Struct SmartCardApplication
#[repr(C)]pub struct SmartCardApplication {
pub ApplicationType: ApplicationTypeType,
pub ApplicationVersion: u16,
pub pbstrApplicationName: ManuallyDrop<BSTR>,
pub pbstrApplicationURL: ManuallyDrop<BSTR>,
}
Fields§
§ApplicationType: ApplicationTypeType
§ApplicationVersion: u16
§pbstrApplicationName: ManuallyDrop<BSTR>
§pbstrApplicationURL: ManuallyDrop<BSTR>
Trait Implementations§
§impl Clone for SmartCardApplication
impl Clone for SmartCardApplication
§fn clone(&self) -> SmartCardApplication
fn clone(&self) -> SmartCardApplication
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 more§impl Debug for SmartCardApplication
impl Debug for SmartCardApplication
§impl Default for SmartCardApplication
impl Default for SmartCardApplication
§impl PartialEq for SmartCardApplication
impl PartialEq for SmartCardApplication
impl StructuralPartialEq for SmartCardApplication
Auto Trait Implementations§
impl Freeze for SmartCardApplication
impl RefUnwindSafe for SmartCardApplication
impl !Send for SmartCardApplication
impl !Sync for SmartCardApplication
impl Unpin for SmartCardApplication
impl UnwindSafe for SmartCardApplication
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