pub type vring_used_t = vring_used;

Aliased Type§

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

Fields§

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

Trait Implementations

source§

impl Default for vring_used

source§

fn default() -> vring_used

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

impl Debug for vring_used

source§

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

Formats the value using the given formatter. Read more