Struct linux_raw_sys::general::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: __u64Trait Implementations§
source§impl Clone for io_sqring_offsets
impl Clone for io_sqring_offsets
source§fn clone(&self) -> io_sqring_offsets
fn clone(&self) -> io_sqring_offsets
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more