#[repr(C)]pub struct sc_card_cache {
pub current_path: sc_path,
pub current_ef: *mut sc_file,
pub current_df: *mut sc_file,
pub valid: c_int,
}Fields§
§current_path: sc_path§current_ef: *mut sc_file§current_df: *mut sc_file§valid: c_intTrait Implementations§
Source§impl Clone for sc_card_cache
impl Clone for sc_card_cache
Source§fn clone(&self) -> sc_card_cache
fn clone(&self) -> sc_card_cache
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_cache
impl Debug for sc_card_cache
impl Copy for sc_card_cache
Auto Trait Implementations§
impl Freeze for sc_card_cache
impl RefUnwindSafe for sc_card_cache
impl !Send for sc_card_cache
impl !Sync for sc_card_cache
impl Unpin for sc_card_cache
impl UnwindSafe for sc_card_cache
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