#[repr(C)]pub struct sc_card_driver {
pub name: *const c_char,
pub short_name: *const c_char,
pub ops: *mut sc_card_operations,
pub atr_map: *mut sc_atr_table,
pub natrs: c_uint,
pub dll: *mut c_void,
}Fields§
§name: *const c_char§short_name: *const c_char§ops: *mut sc_card_operations§atr_map: *mut sc_atr_table§natrs: c_uint§dll: *mut c_voidTrait Implementations§
Source§impl Clone for sc_card_driver
impl Clone for sc_card_driver
Source§fn clone(&self) -> sc_card_driver
fn clone(&self) -> sc_card_driver
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_card_driver
impl Debug for sc_card_driver
impl Copy for sc_card_driver
Auto Trait Implementations§
impl Freeze for sc_card_driver
impl RefUnwindSafe for sc_card_driver
impl !Send for sc_card_driver
impl !Sync for sc_card_driver
impl Unpin for sc_card_driver
impl UnwindSafe for sc_card_driver
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