Struct UimSendApduLongResponseType
pub struct UimSendApduLongResponseType {
pub total_length: u32,
pub token: u32,
}👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Fields§
§total_length: u32👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Indicates the total length of the response APDU from the card.
token: u32👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Token used in the subsequent indications with APDU response.
Auto Trait Implementations§
impl Freeze for UimSendApduLongResponseType
impl RefUnwindSafe for UimSendApduLongResponseType
impl Send for UimSendApduLongResponseType
impl Sync for UimSendApduLongResponseType
impl Unpin for UimSendApduLongResponseType
impl UnwindSafe for UimSendApduLongResponseType
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