Struct linux_unsafe::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 resv: [u32; 3],
}
Expand description
Used with io_uring_params
.
Fields§
§head: u32
§tail: u32
§ring_mask: u32
§ring_entries: u32
§flags: u32
§dropped: u32
§array: u32
§resv: [u32; 3]
Trait 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