#[repr(transparent)]pub struct QmiNasSimRejectState(pub c_uint);Expand description
Reject information of the SIM.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasSimRejectState
impl QmiNasSimRejectState
Sourcepub const SIM_UNAVAILABLE: QmiNasSimRejectState
pub const SIM_UNAVAILABLE: QmiNasSimRejectState
SIM not available.
Sourcepub const SIM_AVAILABLE: QmiNasSimRejectState
pub const SIM_AVAILABLE: QmiNasSimRejectState
SIM available.
Sourcepub const SIM_CS_INVALID: QmiNasSimRejectState
pub const SIM_CS_INVALID: QmiNasSimRejectState
SIM invalid for circuit-switched connections.
Sourcepub const SIM_PS_INVALID: QmiNasSimRejectState
pub const SIM_PS_INVALID: QmiNasSimRejectState
SIM invalid for packet-switched connections.
Sourcepub const SIM_CS_PS_INVALID: QmiNasSimRejectState
pub const SIM_CS_PS_INVALID: QmiNasSimRejectState
SIM invalid for circuit-switched and packet-switched connections.
Trait Implementations§
Source§impl Clone for QmiNasSimRejectState
impl Clone for QmiNasSimRejectState
Source§fn clone(&self) -> QmiNasSimRejectState
fn clone(&self) -> QmiNasSimRejectState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiNasSimRejectState
Source§impl Debug for QmiNasSimRejectState
impl Debug for QmiNasSimRejectState
impl Eq for QmiNasSimRejectState
Source§impl Hash for QmiNasSimRejectState
impl Hash for QmiNasSimRejectState
Source§impl PartialEq for QmiNasSimRejectState
impl PartialEq for QmiNasSimRejectState
impl StructuralPartialEq for QmiNasSimRejectState
Auto Trait Implementations§
impl Freeze for QmiNasSimRejectState
impl RefUnwindSafe for QmiNasSimRejectState
impl Send for QmiNasSimRejectState
impl Sync for QmiNasSimRejectState
impl Unpin for QmiNasSimRejectState
impl UnsafeUnpin for QmiNasSimRejectState
impl UnwindSafe for QmiNasSimRejectState
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