[][src]Struct kernel::virtio::VRingUsedElem

#[repr(C)]pub struct VRingUsedElem {
    pub id: u32,
    pub len: u32,
}

Fields

id: u32len: u32

Implementations

impl VRingUsedElem[src]

pub const fn new() -> Self[src]