pub struct LcState(/* private fields */);Implementations§
Source§impl LcState
impl LcState
Sourcepub const OEM_SECURE_WORLD: Self
pub const OEM_SECURE_WORLD: Self
OEM Develop 2
Sourcepub const OEM_CLOSED: Self
pub const OEM_CLOSED: Self
OEM In-field
Sourcepub const OEM_FIELD_RETURN: Self
pub const OEM_FIELD_RETURN: Self
OEM Field return
Sourcepub const FIELD_RETURN_NXP: Self
pub const FIELD_RETURN_NXP: Self
NXP Field Return/Failure Analysis
Sourcepub const OEM_LOCKED: Self
pub const OEM_LOCKED: Self
In-field Locked
Sourcepub const OEM_SHREDDED: Self
pub const OEM_SHREDDED: Self
Bricked
Trait Implementations§
Source§impl Ord for LcState
impl Ord for LcState
Source§impl PartialOrd for LcState
impl PartialOrd for LcState
impl Copy for LcState
impl Eq for LcState
impl StructuralPartialEq for LcState
Auto Trait Implementations§
impl Freeze for LcState
impl RefUnwindSafe for LcState
impl Send for LcState
impl Sync for LcState
impl Unpin for LcState
impl UnwindSafe for LcState
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