#[repr(C)]pub struct tail_or_bufs_struct {
pub tail: UnionField<buf_ring_tail_struct>,
pub bufs: UnionField<buf_ring_bufs_struct>,
pub union_field: [u64; 2],
}Available on crate feature
io_uring only.Fields§
§tail: UnionField<buf_ring_tail_struct>§bufs: UnionField<buf_ring_bufs_struct>§union_field: [u64; 2]Trait Implementations§
Source§impl Debug for tail_or_bufs_struct
impl Debug for tail_or_bufs_struct
Source§impl Default for tail_or_bufs_struct
impl Default for tail_or_bufs_struct
Source§fn default() -> tail_or_bufs_struct
fn default() -> tail_or_bufs_struct
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for tail_or_bufs_struct
impl RefUnwindSafe for tail_or_bufs_struct
impl !Send for tail_or_bufs_struct
impl !Sync for tail_or_bufs_struct
impl Unpin for tail_or_bufs_struct
impl UnwindSafe for tail_or_bufs_struct
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