Struct AvailableRing

Source
#[repr(C)]
pub struct AvailableRing { pub flags: u16, pub index: u16, pub ring: [u16], }

Fields§

§flags: u16§index: u16

Where to put the next descriptor entry in the ring (modulo the queue size).

§ring: [u16]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more