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
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtIOHeader
impl RefUnwindSafe for VirtIOHeader
impl Send for VirtIOHeader
impl Sync for VirtIOHeader
impl Unpin for VirtIOHeader
impl UnsafeUnpin for VirtIOHeader
impl UnwindSafe for VirtIOHeader
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more