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