Struct State
#[repr(transparent)]pub struct State(pub c_int);👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Tuple Fields§
§0: c_int👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Implementations§
§impl State
impl State
pub const NOT_INSERTED: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const READY: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const PIN_REQ: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const PUK_REQ: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const BUSY: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const BLOCKED: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const UNKNOWN: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Trait Implementations§
impl Copy for State
impl Eq for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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