#[repr(C)]pub struct io_sqring_offsets {
pub head: c_uint,
pub tail: c_uint,
pub ring_mask: c_uint,
pub ring_entries: c_uint,
pub flags: c_uint,
pub dropped: c_uint,
pub array: c_uint,
pub resv1: c_uint,
pub user_addr: c_ulonglong,
}
Fields§
§head: c_uint
§tail: c_uint
§ring_mask: c_uint
§ring_entries: c_uint
§flags: c_uint
§dropped: c_uint
§array: c_uint
§resv1: c_uint
§user_addr: c_ulonglong
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
impl Copy for io_sqring_offsets
Auto Trait Implementations§
impl Freeze for io_sqring_offsets
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