#[repr(C)]pub struct zcrx_ctrl {
pub zcrx_id: __u32,
pub op: __u32,
pub __resv: [__u64; 2],
pub __liburing_anon_1: zcrx_ctrl__bindgen_ty_1,
}Fields§
§zcrx_id: __u32§op: __u32§__resv: [__u64; 2]§__liburing_anon_1: zcrx_ctrl__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for zcrx_ctrl
impl RefUnwindSafe for zcrx_ctrl
impl Send for zcrx_ctrl
impl Sync for zcrx_ctrl
impl Unpin for zcrx_ctrl
impl UnsafeUnpin for zcrx_ctrl
impl UnwindSafe for zcrx_ctrl
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