pub struct LOCKUP_LOCK_W<'a> { /* private fields */ }
Expand description
Field LOCKUP_LOCK
writer - Cortex-M0+ LOCKUP bit enable bit
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LOCKUP_LOCK_W<'a>
impl<'a> RefUnwindSafe for LOCKUP_LOCK_W<'a>
impl<'a> Send for LOCKUP_LOCK_W<'a>
impl<'a> Sync for LOCKUP_LOCK_W<'a>
impl<'a> Unpin for LOCKUP_LOCK_W<'a>
impl<'a> !UnwindSafe for LOCKUP_LOCK_W<'a>
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