Struct uring_sys2::io_uring_probe_op
source · [−]#[repr(C)]pub struct io_uring_probe_op { /* private fields */ }Auto Trait Implementations
impl RefUnwindSafe for io_uring_probe_op
impl Send for io_uring_probe_op
impl Sync for io_uring_probe_op
impl Unpin for io_uring_probe_op
impl UnwindSafe for io_uring_probe_op
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more