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: __u8
§ops_len: __u8
§resv: __u16
§resv2: [__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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more