Struct dmar::DmarEntryRecord
source · #[repr(C, packed(1))]pub struct DmarEntryRecord { /* private fields */ }
Expand description
Represents the “header” of each dynamic table entry
in the [DmarReporting
] table.
Trait Implementations§
source§impl Clone for DmarEntryRecord
impl Clone for DmarEntryRecord
source§fn clone(&self) -> DmarEntryRecord
fn clone(&self) -> DmarEntryRecord
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DmarEntryRecord
impl Debug for DmarEntryRecord
impl Copy for DmarEntryRecord
impl FromBytes for DmarEntryRecord
Auto Trait Implementations§
impl RefUnwindSafe for DmarEntryRecord
impl Send for DmarEntryRecord
impl Sync for DmarEntryRecord
impl Unpin for DmarEntryRecord
impl UnwindSafe for DmarEntryRecord
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