#[repr(C, packed(1))]pub struct DmarAtsr { /* private fields */ }
Expand description
ATSR: DMAR Root Port ATS (Address Translation Services) Capability Reporting Structure.
Trait Implementations§
impl Copy for DmarAtsr
impl FromBytes for DmarAtsr
Auto Trait Implementations§
impl RefUnwindSafe for DmarAtsr
impl Send for DmarAtsr
impl Sync for DmarAtsr
impl Unpin for DmarAtsr
impl UnwindSafe for DmarAtsr
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