#[repr(C, packed(1))]pub struct DmarAndd { /* private fields */ }
Expand description
ANDD: DMAR ACPI Name-space Device Declaration Structure.
Trait Implementations§
impl Copy for DmarAndd
impl FromBytes for DmarAndd
Auto Trait Implementations§
impl RefUnwindSafe for DmarAndd
impl Send for DmarAndd
impl Sync for DmarAndd
impl Unpin for DmarAndd
impl UnwindSafe for DmarAndd
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