#[repr(C)]pub struct Dmar { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Dmar
impl RefUnwindSafe for Dmar
impl Send for Dmar
impl Sync for Dmar
impl Unpin for Dmar
impl UnwindSafe for Dmar
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