Struct miniuring2::io_sqring_offsets
source · #[repr(C)]pub struct io_sqring_offsets {
pub head: __u32,
pub tail: __u32,
pub ring_mask: __u32,
pub ring_entries: __u32,
pub flags: __u32,
pub dropped: __u32,
pub array: __u32,
pub resv1: __u32,
pub resv2: __u64,
}
Fields§
§head: __u32
§tail: __u32
§ring_mask: __u32
§ring_entries: __u32
§flags: __u32
§dropped: __u32
§array: __u32
§resv1: __u32
§resv2: __u64
Trait Implementations§
source§impl Debug for io_sqring_offsets
impl Debug for io_sqring_offsets
source§impl Default for io_sqring_offsets
impl Default for io_sqring_offsets
source§fn default() -> io_sqring_offsets
fn default() -> io_sqring_offsets
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for io_sqring_offsets
impl Send for io_sqring_offsets
impl Sync for io_sqring_offsets
impl Unpin for io_sqring_offsets
impl UnwindSafe for io_sqring_offsets
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