pub type vring_avail_t = vring_avail;

Aliased Type§

struct vring_avail_t {
    pub flags: u16,
    pub idx: u16,
    pub ring: __IncompleteArrayField<u16>,
}

Fields§

§flags: u16§idx: u16§ring: __IncompleteArrayField<u16>

Trait Implementations

source§

impl Debug for vring_avail

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for vring_avail

source§

fn default() -> vring_avail

Returns the “default value” for a type. Read more