#[repr(transparent)]pub struct QmiUimCardApplicationType(pub c_uint);Expand description
Card application type.
Since: 1.10
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiUimCardApplicationType
impl QmiUimCardApplicationType
Sourcepub const UNKNOWN: QmiUimCardApplicationType
pub const UNKNOWN: QmiUimCardApplicationType
Unknown.
Sourcepub const SIM: QmiUimCardApplicationType
pub const SIM: QmiUimCardApplicationType
SIM.
Sourcepub const USIM: QmiUimCardApplicationType
pub const USIM: QmiUimCardApplicationType
USIM.
Sourcepub const RUIM: QmiUimCardApplicationType
pub const RUIM: QmiUimCardApplicationType
RUIM.
Sourcepub const CSIM: QmiUimCardApplicationType
pub const CSIM: QmiUimCardApplicationType
CSIM.
Sourcepub const ISIM: QmiUimCardApplicationType
pub const ISIM: QmiUimCardApplicationType
ISIM.
Trait Implementations§
Source§impl Clone for QmiUimCardApplicationType
impl Clone for QmiUimCardApplicationType
Source§fn clone(&self) -> QmiUimCardApplicationType
fn clone(&self) -> QmiUimCardApplicationType
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 QmiUimCardApplicationType
Source§impl Debug for QmiUimCardApplicationType
impl Debug for QmiUimCardApplicationType
impl Eq for QmiUimCardApplicationType
Source§impl Hash for QmiUimCardApplicationType
impl Hash for QmiUimCardApplicationType
impl StructuralPartialEq for QmiUimCardApplicationType
Auto Trait Implementations§
impl Freeze for QmiUimCardApplicationType
impl RefUnwindSafe for QmiUimCardApplicationType
impl Send for QmiUimCardApplicationType
impl Sync for QmiUimCardApplicationType
impl Unpin for QmiUimCardApplicationType
impl UnsafeUnpin for QmiUimCardApplicationType
impl UnwindSafe for QmiUimCardApplicationType
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