#[repr(C, packed(1))]pub struct DmarSatc { /* private fields */ }
Expand description
SATC: DMAR SoC Integrated Address Translation Cache Reorting Structure.
Trait Implementations§
impl Copy for DmarSatc
impl FromBytes for DmarSatc
Auto Trait Implementations§
impl RefUnwindSafe for DmarSatc
impl Send for DmarSatc
impl Sync for DmarSatc
impl Unpin for DmarSatc
impl UnwindSafe for DmarSatc
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