#[repr(C)]pub struct SCARD_T0_COMMAND {
pub bCla: BYTE,
pub bIns: BYTE,
pub bP1: BYTE,
pub bP2: BYTE,
pub bP3: BYTE,
}
Fields§
§bCla: BYTE
§bIns: BYTE
§bP1: BYTE
§bP2: BYTE
§bP3: BYTE
Trait Implementations§
Source§impl Clone for SCARD_T0_COMMAND
impl Clone for SCARD_T0_COMMAND
Source§fn clone(&self) -> SCARD_T0_COMMAND
fn clone(&self) -> SCARD_T0_COMMAND
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 Default for SCARD_T0_COMMAND
impl Default for SCARD_T0_COMMAND
Source§fn default() -> SCARD_T0_COMMAND
fn default() -> SCARD_T0_COMMAND
Returns the “default value” for a type. Read more
impl Copy for SCARD_T0_COMMAND
Auto Trait Implementations§
impl Freeze for SCARD_T0_COMMAND
impl RefUnwindSafe for SCARD_T0_COMMAND
impl Send for SCARD_T0_COMMAND
impl Sync for SCARD_T0_COMMAND
impl Unpin for SCARD_T0_COMMAND
impl UnwindSafe for SCARD_T0_COMMAND
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