pub struct AppletTransmitReport {
pub rapdu: Vec<u8, RAPDU_MAX>,
pub sw: u16,
pub effective: AppletTransmitParams,
pub warnings: Vec<Warning, MAX_WARNINGS>,
}Fields§
§rapdu: Vec<u8, RAPDU_MAX>§sw: u16§effective: AppletTransmitParams§warnings: Vec<Warning, MAX_WARNINGS>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppletTransmitReport
impl RefUnwindSafe for AppletTransmitReport
impl Send for AppletTransmitReport
impl Sync for AppletTransmitReport
impl Unpin for AppletTransmitReport
impl UnsafeUnpin for AppletTransmitReport
impl UnwindSafe for AppletTransmitReport
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