Struct linux_raw_sys::general::io_cqring_offsets  
source · [−]#[repr(C)]pub struct io_cqring_offsets {
    pub head: __u32,
    pub tail: __u32,
    pub ring_mask: __u32,
    pub ring_entries: __u32,
    pub overflow: __u32,
    pub cqes: __u32,
    pub flags: __u32,
    pub resv1: __u32,
    pub resv2: __u64,
}Fields
head: __u32tail: __u32ring_mask: __u32ring_entries: __u32overflow: __u32cqes: __u32flags: __u32resv1: __u32resv2: __u64Trait Implementations
sourceimpl Clone for io_cqring_offsets
 
impl Clone for io_cqring_offsets
sourcefn clone(&self) -> io_cqring_offsets
 
fn clone(&self) -> io_cqring_offsets
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for io_cqring_offsets
 
impl Debug for io_cqring_offsets
impl Copy for io_cqring_offsets
Auto Trait Implementations
impl RefUnwindSafe for io_cqring_offsets
impl Send for io_cqring_offsets
impl Sync for io_cqring_offsets
impl Unpin for io_cqring_offsets
impl UnwindSafe for io_cqring_offsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more