Struct UimCardResultType
#[repr(C)]pub struct UimCardResultType {
pub sw1: u8,
pub sw2: u8,
}👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Fields§
§sw1: u8👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
SW1 status code received from the card.
sw2: u8👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
SW2 status code received from the card.
Auto Trait Implementations§
impl Freeze for UimCardResultType
impl RefUnwindSafe for UimCardResultType
impl Send for UimCardResultType
impl Sync for UimCardResultType
impl Unpin for UimCardResultType
impl UnwindSafe for UimCardResultType
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