Expand description
An adapter to communicate with the card through the delegate
Implementations
sourceimpl<T, Ctx> Card<T, Ctx> where
T: Card<Ctx>,
Ctx: Copy,
impl<T, Ctx> Card<T, Ctx> where
T: Card<Ctx>,
Ctx: Copy,
sourcepub fn select_df(&self, ctx: Ctx, name: Vec<u8>) -> Result<(), Error>
pub fn select_df(&self, ctx: Ctx, name: Vec<u8>) -> Result<(), Error>
Selects a DF with their name.
sourcepub fn select_ef(&self, ctx: Ctx, id: Vec<u8>) -> Result<(), Error>
pub fn select_ef(&self, ctx: Ctx, id: Vec<u8>) -> Result<(), Error>
Selects a EF with their name.
Auto Trait Implementations
impl<T, Ctx> RefUnwindSafe for Card<T, Ctx> where
Ctx: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, Ctx> Send for Card<T, Ctx> where
Ctx: Send,
T: Send,
impl<T, Ctx> Sync for Card<T, Ctx> where
Ctx: Sync,
T: Sync,
impl<T, Ctx> Unpin for Card<T, Ctx> where
Ctx: Unpin,
impl<T, Ctx> UnwindSafe for Card<T, Ctx> where
Ctx: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more