pub enum ApduDirection {
CommandToCard,
ResponseFromCard,
}Variants§
Auto Trait Implementations§
impl Freeze for ApduDirection
impl RefUnwindSafe for ApduDirection
impl Send for ApduDirection
impl Sync for ApduDirection
impl Unpin for ApduDirection
impl UnsafeUnpin for ApduDirection
impl UnwindSafe for ApduDirection
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