pub struct DeviceInfoReq {}Expand description
Device info APDU command
Trait Implementations§
Source§impl ApduStatic for DeviceInfoReq
impl ApduStatic for DeviceInfoReq
Source§impl Clone for DeviceInfoReq
impl Clone for DeviceInfoReq
Source§fn clone(&self) -> DeviceInfoReq
fn clone(&self) -> DeviceInfoReq
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 DeviceInfoReq
impl Debug for DeviceInfoReq
Source§impl<'dec> Decode<'dec> for DeviceInfoReq
impl<'dec> Decode<'dec> for DeviceInfoReq
Source§type Output = DeviceInfoReq
type Output = DeviceInfoReq
Output type (allows attaching lifetime bounds where required)
Source§impl Default for DeviceInfoReq
impl Default for DeviceInfoReq
Source§fn default() -> DeviceInfoReq
fn default() -> DeviceInfoReq
Returns the “default value” for a type. Read more
Source§impl Encode for DeviceInfoReq
impl Encode for DeviceInfoReq
Source§impl PartialEq for DeviceInfoReq
impl PartialEq for DeviceInfoReq
impl Copy for DeviceInfoReq
impl StructuralPartialEq for DeviceInfoReq
Auto Trait Implementations§
impl Freeze for DeviceInfoReq
impl RefUnwindSafe for DeviceInfoReq
impl Send for DeviceInfoReq
impl Sync for DeviceInfoReq
impl Unpin for DeviceInfoReq
impl UnwindSafe for DeviceInfoReq
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