pub enum UMW {
_0,
_1,
}Expand description
Values that can be written to the field UM
Variants§
_0
Registers cannot be written when locked.
_1
Registers can be written when locked under limited conditions.
Auto Trait Implementations§
impl Freeze for UMW
impl RefUnwindSafe for UMW
impl Send for UMW
impl Sync for UMW
impl Unpin for UMW
impl UnwindSafe for UMW
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