#[repr(C)]pub struct sc_pin_cmd_data {
pub cmd: c_uint,
pub flags: c_uint,
pub pin_type: c_uint,
pub pin_reference: c_int,
pub pin1: sc_pin_cmd_pin,
pub pin2: sc_pin_cmd_pin,
pub apdu: *mut sc_apdu,
}Fields§
§cmd: c_uint§flags: c_uint§pin_type: c_uint§pin_reference: c_int§pin1: sc_pin_cmd_pin§pin2: sc_pin_cmd_pin§apdu: *mut sc_apduTrait Implementations§
Source§impl Clone for sc_pin_cmd_data
impl Clone for sc_pin_cmd_data
Source§fn clone(&self) -> sc_pin_cmd_data
fn clone(&self) -> sc_pin_cmd_data
Returns a copy 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 sc_pin_cmd_data
impl Debug for sc_pin_cmd_data
impl Copy for sc_pin_cmd_data
Auto Trait Implementations§
impl Freeze for sc_pin_cmd_data
impl RefUnwindSafe for sc_pin_cmd_data
impl !Send for sc_pin_cmd_data
impl !Sync for sc_pin_cmd_data
impl Unpin for sc_pin_cmd_data
impl UnwindSafe for sc_pin_cmd_data
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