Struct linux_raw_sys::general::io_uring_probe  
source · [−]#[repr(C)]pub struct io_uring_probe {
    pub last_op: __u8,
    pub ops_len: __u8,
    pub resv: __u16,
    pub resv2: [__u32; 3],
    pub ops: __IncompleteArrayField<io_uring_probe_op>,
}Fields
last_op: __u8ops_len: __u8resv: __u16resv2: [__u32; 3]ops: __IncompleteArrayField<io_uring_probe_op>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for io_uring_probe
impl Send for io_uring_probe
impl Sync for io_uring_probe
impl Unpin for io_uring_probe
impl UnwindSafe for io_uring_probe
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