pub type vring_desc_t = vring_desc;

Aliased Type§

struct vring_desc_t {
    pub addr: u64,
    pub len: u32,
    pub flags: u16,
    pub next: u16,
}

Fields§

§addr: u64§len: u32§flags: u16§next: u16

Trait Implementations

source§

impl Clone for vring_desc

source§

fn clone(&self) -> vring_desc

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for vring_desc

source§

fn default() -> vring_desc

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

impl Copy for vring_desc

source§

impl Debug for vring_desc

source§

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

Formats the value using the given formatter. Read more