Struct AppState
#[repr(transparent)]pub struct AppState(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl AppState
impl AppState
Sourcepub const INITALIZATING: AppState
pub const INITALIZATING: AppState
Initializing.
Sourcepub const PERSO_CK_REQ: AppState
pub const PERSO_CK_REQ: AppState
Personalization control key required.
Sourcepub const PERSO_PUK_REQ: AppState
pub const PERSO_PUK_REQ: AppState
Personalization unblock key required.
Sourcepub const PERSO_PERMANENTLY_BLOCKED: AppState
pub const PERSO_PERMANENTLY_BLOCKED: AppState
Personalization is permanently blocked.
Sourcepub const PIN1_PERM_BLOCKED: AppState
pub const PIN1_PERM_BLOCKED: AppState
PIN1 is permanently blocked.
Trait Implementations§
Source§impl Serialize for AppState
impl Serialize for AppState
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for AppState
impl Eq for AppState
impl StructuralPartialEq for AppState
Auto Trait Implementations§
impl Freeze for AppState
impl RefUnwindSafe for AppState
impl Send for AppState
impl Sync for AppState
impl Unpin for AppState
impl UnwindSafe for AppState
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