#[repr(C)]pub struct sc_reader {Show 17 fields
pub ctx: *mut sc_context,
pub driver: *const sc_reader_driver,
pub ops: *const sc_reader_operations,
pub drv_data: *mut c_void,
pub name: *mut c_char,
pub vendor: *mut c_char,
pub version_major: c_uchar,
pub version_minor: c_uchar,
pub flags: c_ulong,
pub capabilities: c_ulong,
pub supported_protocols: c_uint,
pub active_protocol: c_uint,
pub max_send_size: size_t,
pub max_recv_size: size_t,
pub atr: sc_atr,
pub uid: sc_uid,
pub atr_info: sc_reader__atr_info,
}Fields§
§ctx: *mut sc_context§driver: *const sc_reader_driver§ops: *const sc_reader_operations§drv_data: *mut c_void§name: *mut c_char§vendor: *mut c_char§version_major: c_uchar§version_minor: c_uchar§flags: c_ulong§capabilities: c_ulong§supported_protocols: c_uint§active_protocol: c_uint§max_send_size: size_t§max_recv_size: size_t§atr: sc_atr§uid: sc_uid§atr_info: sc_reader__atr_infoTrait Implementations§
Auto Trait Implementations§
impl Freeze for sc_reader
impl RefUnwindSafe for sc_reader
impl !Send for sc_reader
impl !Sync for sc_reader
impl Unpin for sc_reader
impl UnwindSafe for sc_reader
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