#[repr(C, packed(1))]pub struct DmarRmrr { /* private fields */ }
Expand description
RMRR: DMAR Reserved Memory Region Reporting Structure.
An instance of this struct describes a memory region
Trait Implementations§
impl Copy for DmarRmrr
impl FromBytes for DmarRmrr
Auto Trait Implementations§
impl RefUnwindSafe for DmarRmrr
impl Send for DmarRmrr
impl Sync for DmarRmrr
impl Unpin for DmarRmrr
impl UnwindSafe for DmarRmrr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more