#[repr(C)]pub struct sc_pin_cmd_pin {Show 15 fields
pub prompt: *const c_char,
pub data: *const c_uchar,
pub len: c_int,
pub min_length: size_t,
pub max_length: size_t,
pub stored_length: size_t,
pub encoding: c_uint,
pub pad_length: size_t,
pub pad_char: c_uchar,
pub offset: size_t,
pub length_offset: size_t,
pub max_tries: c_int,
pub tries_left: c_int,
pub logged_in: c_int,
pub acls: [sc_acl_entry; 8],
}Fields§
§prompt: *const c_char§data: *const c_uchar§len: c_int§min_length: size_t§max_length: size_t§stored_length: size_t§encoding: c_uint§pad_length: size_t§pad_char: c_uchar§offset: size_t§length_offset: size_t§max_tries: c_int§tries_left: c_int§logged_in: c_int§acls: [sc_acl_entry; 8]Trait Implementations§
Source§impl Clone for sc_pin_cmd_pin
impl Clone for sc_pin_cmd_pin
Source§fn clone(&self) -> sc_pin_cmd_pin
fn clone(&self) -> sc_pin_cmd_pin
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_pin
impl Debug for sc_pin_cmd_pin
impl Copy for sc_pin_cmd_pin
Auto Trait Implementations§
impl Freeze for sc_pin_cmd_pin
impl RefUnwindSafe for sc_pin_cmd_pin
impl !Send for sc_pin_cmd_pin
impl !Sync for sc_pin_cmd_pin
impl Unpin for sc_pin_cmd_pin
impl UnwindSafe for sc_pin_cmd_pin
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