pub struct AppInfoReq {}Expand description
Application information request APDU
Trait Implementations§
Source§impl ApduStatic for AppInfoReq
Set CLA and INS values for AppInfoReq
impl ApduStatic for AppInfoReq
Set CLA and INS values for AppInfoReq
Source§impl Clone for AppInfoReq
impl Clone for AppInfoReq
Source§fn clone(&self) -> AppInfoReq
fn clone(&self) -> AppInfoReq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppInfoReq
impl Debug for AppInfoReq
Source§impl<'dec> Decode<'dec> for AppInfoReq
impl<'dec> Decode<'dec> for AppInfoReq
Source§type Output = AppInfoReq
type Output = AppInfoReq
Output type (allows attaching lifetime bounds where required)
Source§impl Encode for AppInfoReq
impl Encode for AppInfoReq
Source§impl PartialEq for AppInfoReq
impl PartialEq for AppInfoReq
impl StructuralPartialEq for AppInfoReq
Auto Trait Implementations§
impl Freeze for AppInfoReq
impl RefUnwindSafe for AppInfoReq
impl Send for AppInfoReq
impl Sync for AppInfoReq
impl Unpin for AppInfoReq
impl UnwindSafe for AppInfoReq
Blanket Implementations§
Source§impl<'a, T> ApduReq<'a> for T
impl<'a, T> ApduReq<'a> for T
Source§fn header(&self) -> ApduHeader
fn header(&self) -> ApduHeader
Fetch the ApduHeader for a given APDU request
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> DecodeExt<'a> for Twhere
T: Decode<'a>,
impl<'a, T> DecodeExt<'a> for Twhere
T: Decode<'a>,
Source§fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
Helper to iterate over decodable objects in a sized buffer. Read more