Struct virtio_drivers::VirtIOHeader
source · [−]#[repr(C)]pub struct VirtIOHeader { /* private fields */ }Expand description
MMIO Device Register Interface, both legacy and modern.
Ref: 4.2.2 MMIO Device Register Layout and 4.2.4 Legacy interface
Auto Trait Implementations
impl RefUnwindSafe for VirtIOHeader
impl Send for VirtIOHeader
impl Sync for VirtIOHeader
impl Unpin for VirtIOHeader
impl UnwindSafe for VirtIOHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more