#[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 resv: [__u64; 2],
}Fields§
§head: __u32§tail: __u32§ring_mask: __u32§ring_entries: __u32§overflow: __u32§cqes: __u32§resv: [__u64; 2]Auto Trait Implementations§
impl Freeze for io_cqring_offsets
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§
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