pub struct ReportBeginTransactionResultParams<'a> { /* private fields */ }Expand description
Reports the result of a |SCardBeginTransaction| call. On success, this creates a new transaction object.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaddb835dce01a0da1d6ca02d33ee7d861 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardbegintransaction
Implementations§
Source§impl<'a> ReportBeginTransactionResultParams<'a>
impl<'a> ReportBeginTransactionResultParams<'a>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for ReportBeginTransactionResultParams<'a>
impl<'a> CdpCommand<'a> for ReportBeginTransactionResultParams<'a>
Source§impl<'a> Clone for ReportBeginTransactionResultParams<'a>
impl<'a> Clone for ReportBeginTransactionResultParams<'a>
Source§fn clone(&self) -> ReportBeginTransactionResultParams<'a>
fn clone(&self) -> ReportBeginTransactionResultParams<'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 ReportBeginTransactionResultParams<'a>
impl<'a> Debug for ReportBeginTransactionResultParams<'a>
Source§impl<'a> Default for ReportBeginTransactionResultParams<'a>
impl<'a> Default for ReportBeginTransactionResultParams<'a>
Source§fn default() -> ReportBeginTransactionResultParams<'a>
fn default() -> ReportBeginTransactionResultParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for ReportBeginTransactionResultParams<'a>
impl<'de, 'a> Deserialize<'de> for ReportBeginTransactionResultParams<'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 ReportBeginTransactionResultParams<'a>
impl<'a> RefUnwindSafe for ReportBeginTransactionResultParams<'a>
impl<'a> Send for ReportBeginTransactionResultParams<'a>
impl<'a> Sync for ReportBeginTransactionResultParams<'a>
impl<'a> Unpin for ReportBeginTransactionResultParams<'a>
impl<'a> UnsafeUnpin for ReportBeginTransactionResultParams<'a>
impl<'a> UnwindSafe for ReportBeginTransactionResultParams<'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