pub struct LcState(/* private fields */);Implementations§
Source§impl LcState
impl LcState
Sourcepub const OemSecureWorld: Self
pub const OemSecureWorld: Self
OEM Develop 2.
Sourcepub const OemFieldReturn: Self
pub const OemFieldReturn: Self
OEM Field return.
Sourcepub const FieldReturnNxp: Self
pub const FieldReturnNxp: Self
NXP Field Return/Failure Analysis.
Sourcepub const OemShredded: Self
pub const OemShredded: 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