pub struct MmioGuard(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for MmioGuard
impl RefUnwindSafe for MmioGuard
impl Send for MmioGuard
impl Sync for MmioGuard
impl Unpin for MmioGuard
impl UnwindSafe for MmioGuard
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