Struct UimSendApduType
#[repr(C)]pub struct UimSendApduType {
pub apdu_len: u32,
pub apdu: [u8; 1024],
pub channel_id: u8,
}👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Fields§
§apdu_len: u32👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
§apdu: [u8; 1024]👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
§channel_id: u8👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Auto Trait Implementations§
impl Freeze for UimSendApduType
impl RefUnwindSafe for UimSendApduType
impl Send for UimSendApduType
impl Sync for UimSendApduType
impl Unpin for UimSendApduType
impl UnwindSafe for UimSendApduType
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