pub struct ReportConnectResultParams<'a> { /* private fields */ }Expand description
Reports the successful result of a |SCardConnect| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
Implementations§
Source§impl<'a> ReportConnectResultParams<'a>
impl<'a> ReportConnectResultParams<'a>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for ReportConnectResultParams<'a>
impl<'a> CdpCommand<'a> for ReportConnectResultParams<'a>
Source§impl<'a> Clone for ReportConnectResultParams<'a>
impl<'a> Clone for ReportConnectResultParams<'a>
Source§fn clone(&self) -> ReportConnectResultParams<'a>
fn clone(&self) -> ReportConnectResultParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for ReportConnectResultParams<'a>
impl<'a> Debug for ReportConnectResultParams<'a>
Source§impl<'a> Default for ReportConnectResultParams<'a>
impl<'a> Default for ReportConnectResultParams<'a>
Source§fn default() -> ReportConnectResultParams<'a>
fn default() -> ReportConnectResultParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for ReportConnectResultParams<'a>
impl<'de, 'a> Deserialize<'de> for ReportConnectResultParams<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for ReportConnectResultParams<'a>
impl<'a> RefUnwindSafe for ReportConnectResultParams<'a>
impl<'a> Send for ReportConnectResultParams<'a>
impl<'a> Sync for ReportConnectResultParams<'a>
impl<'a> Unpin for ReportConnectResultParams<'a>
impl<'a> UnsafeUnpin for ReportConnectResultParams<'a>
impl<'a> UnwindSafe for ReportConnectResultParams<'a>
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