#[repr(u8)]pub enum We {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
LOCKED = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
LOCKED = 2
Enable Write Protection - Registers are locked.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for We
impl Ord for We
Source§impl PartialOrd for We
impl PartialOrd for We
impl Copy for We
impl Eq for We
impl StructuralPartialEq for We
Auto Trait Implementations§
impl Freeze for We
impl RefUnwindSafe for We
impl Send for We
impl Sync for We
impl Unpin for We
impl UnwindSafe for We
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