#[repr(u8)]pub enum Lpns {
NOT_PRGRMD_IN_NON_SECURE_STATE = 0,
WAS_PRGRMD_IN_NON_SECURE_STATE = 1,
}Variants§
NOT_PRGRMD_IN_NON_SECURE_STATE = 0
LP section was not programmed in the non-secure state.
WAS_PRGRMD_IN_NON_SECURE_STATE = 1
LP section was programmed in the non-secure state.
Implementations§
Trait Implementations§
Source§impl Ord for Lpns
impl Ord for Lpns
Source§impl PartialOrd for Lpns
impl PartialOrd for Lpns
impl Copy for Lpns
impl Eq for Lpns
impl StructuralPartialEq for Lpns
Auto Trait Implementations§
impl Freeze for Lpns
impl RefUnwindSafe for Lpns
impl Send for Lpns
impl Sync for Lpns
impl Unpin for Lpns
impl UnwindSafe for Lpns
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