#[repr(u8)]pub enum LockNsMpu {
_RESERVED_0 = 0,
BLOCKED = 1,
WRITABLE = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LockNsMpu
impl Ord for LockNsMpu
Source§impl PartialOrd for LockNsMpu
impl PartialOrd for LockNsMpu
impl Copy for LockNsMpu
impl Eq for LockNsMpu
impl StructuralPartialEq for LockNsMpu
Auto Trait Implementations§
impl Freeze for LockNsMpu
impl RefUnwindSafe for LockNsMpu
impl Send for LockNsMpu
impl Sync for LockNsMpu
impl Unpin for LockNsMpu
impl UnwindSafe for LockNsMpu
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