Struct miniuring2::io_uring_sqe__bindgen_ty_4
source · #[repr(C, packed)]pub struct io_uring_sqe__bindgen_ty_4 {
pub buf_index: __BindgenUnionField<__u16>,
pub buf_group: __BindgenUnionField<__u16>,
pub bindgen_union_field: [u8; 2],
}
Fields§
§buf_index: __BindgenUnionField<__u16>
§buf_group: __BindgenUnionField<__u16>
§bindgen_union_field: [u8; 2]
Auto Trait Implementations§
impl RefUnwindSafe for io_uring_sqe__bindgen_ty_4
impl Send for io_uring_sqe__bindgen_ty_4
impl Sync for io_uring_sqe__bindgen_ty_4
impl Unpin for io_uring_sqe__bindgen_ty_4
impl UnwindSafe for io_uring_sqe__bindgen_ty_4
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