#[repr(C)]pub struct sc_reader__atr_info {
pub hist_bytes: *mut u8,
pub hist_bytes_len: size_t,
pub Fi: c_int,
pub f: c_int,
pub Di: c_int,
pub N: c_int,
pub FI: u8,
pub DI: u8,
}
Fields§
§hist_bytes: *mut u8
§hist_bytes_len: size_t
§Fi: c_int
§f: c_int
§Di: c_int
§N: c_int
§FI: u8
§DI: u8
Trait Implementations§
Source§impl Clone for sc_reader__atr_info
impl Clone for sc_reader__atr_info
Source§fn clone(&self) -> sc_reader__atr_info
fn clone(&self) -> sc_reader__atr_info
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_reader__atr_info
impl Debug for sc_reader__atr_info
impl Copy for sc_reader__atr_info
Auto Trait Implementations§
impl Freeze for sc_reader__atr_info
impl RefUnwindSafe for sc_reader__atr_info
impl !Send for sc_reader__atr_info
impl !Sync for sc_reader__atr_info
impl Unpin for sc_reader__atr_info
impl UnwindSafe for sc_reader__atr_info
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