#[repr(C)]pub struct sc_card_error {
pub SWs: c_uint,
pub errorno: c_int,
pub errorstr: *const c_char,
}
Fields§
§SWs: c_uint
§errorno: c_int
§errorstr: *const c_char
Trait Implementations§
Source§impl Clone for sc_card_error
impl Clone for sc_card_error
Source§fn clone(&self) -> sc_card_error
fn clone(&self) -> sc_card_error
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_error
impl Debug for sc_card_error
impl Copy for sc_card_error
Auto Trait Implementations§
impl Freeze for sc_card_error
impl RefUnwindSafe for sc_card_error
impl !Send for sc_card_error
impl !Sync for sc_card_error
impl Unpin for sc_card_error
impl UnwindSafe for sc_card_error
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