Struct virtio_queue::VirtqUsedElem [−][src]
#[repr(C)]pub struct VirtqUsedElem { /* fields omitted */ }Expand description
Represents the contents of an element from the used virtqueue ring.
Trait Implementations
Converts a slice of raw data into a reference of Self. Read more
Converts a mutable slice of raw data into a mutable reference of Self. Read more
Converts a reference to self into a slice of bytes. Read more
Converts a mutable reference to self into a mutable slice of bytes. Read more
Converts a mutable reference to self into a VolatileSlice. This is
useful because VolatileSlice provides a Bytes<usize> implementation. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VirtqUsedElem
impl Send for VirtqUsedElem
impl Sync for VirtqUsedElem
impl Unpin for VirtqUsedElem
impl UnwindSafe for VirtqUsedElem
Blanket Implementations
Mutably borrows from an owned value. Read more
