Struct App
#[repr(transparent)]pub struct App(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl App
impl App
pub const TYPE_3GPP: Self
pub const TYPE_3GPP: Self
Identify the SIM/USIM application on the card.
pub const TYPE_3GPP2: Self
pub const TYPE_3GPP2: Self
Identify the RUIM/CSIM application on the card.
pub const TYPE_ISIM: Self
pub const TYPE_ISIM: Self
Identify the ISIM application on the card.
Trait Implementations§
impl Copy for App
impl Eq for App
impl StructuralPartialEq for App
Auto Trait Implementations§
impl Freeze for App
impl RefUnwindSafe for App
impl Send for App
impl Sync for App
impl Unpin for App
impl UnwindSafe for App
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