#[repr(u8)]pub enum Um {
UM_0 = 0,
UM_1 = 1,
}Variants§
UM_0 = 0
Registers cannot be written when locked.
UM_1 = 1
Registers can be written when locked under limited conditions.
Implementations§
Trait Implementations§
Source§impl Ord for Um
impl Ord for Um
Source§impl PartialOrd for Um
impl PartialOrd for Um
impl Copy for Um
impl Eq for Um
impl StructuralPartialEq for Um
Auto Trait Implementations§
impl Freeze for Um
impl RefUnwindSafe for Um
impl Send for Um
impl Sync for Um
impl Unpin for Um
impl UnwindSafe for Um
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