#[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: BYTETrait 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 Debug for _SCARD_T0_COMMAND
impl Debug for _SCARD_T0_COMMAND
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