#[repr(C, packed(1))]pub struct DmarRhsa { /* private fields */ }
Expand description
RHSA: DMAR Remapping Hardware Static Affinity Structure.
Trait Implementations§
impl Copy for DmarRhsa
impl FromBytes for DmarRhsa
Auto Trait Implementations§
impl RefUnwindSafe for DmarRhsa
impl Send for DmarRhsa
impl Sync for DmarRhsa
impl Unpin for DmarRhsa
impl UnwindSafe for DmarRhsa
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