Struct io_uring::bindings::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 user_addr: u64,
}
Fields§
§head: u32
§tail: u32
§ring_mask: u32
§ring_entries: u32
§flags: u32
§dropped: u32
§array: u32
§resv1: u32
§user_addr: u64
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 moresource§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
impl Copy for io_sqring_offsets
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