#[repr(C)]
pub struct OPENCARDNAMEA {
Show 23 fields pub dwStructSize: u32, pub hwndOwner: HWND, pub hSCardContext: usize, pub lpstrGroupNames: PSTR, pub nMaxGroupNames: u32, pub lpstrCardNames: PSTR, pub nMaxCardNames: u32, pub rgguidInterfaces: *const GUID, pub cguidInterfaces: u32, pub lpstrRdr: PSTR, pub nMaxRdr: u32, pub lpstrCard: PSTR, pub nMaxCard: u32, pub lpstrTitle: PCSTR, pub dwFlags: u32, pub pvUserData: *mut c_void, pub dwShareMode: u32, pub dwPreferredProtocols: u32, pub dwActiveProtocol: u32, pub lpfnConnect: LPOCNCONNPROCA, pub lpfnCheck: LPOCNCHKPROC, pub lpfnDisconnect: LPOCNDSCPROC, pub hCardHandle: usize,
}
Expand description

Required features: "Win32_Security_Credentials", "Win32_Foundation"

Fields

dwStructSize: u32hwndOwner: HWNDhSCardContext: usizelpstrGroupNames: PSTRnMaxGroupNames: u32lpstrCardNames: PSTRnMaxCardNames: u32rgguidInterfaces: *const GUIDcguidInterfaces: u32lpstrRdr: PSTRnMaxRdr: u32lpstrCard: PSTRnMaxCard: u32lpstrTitle: PCSTRdwFlags: u32pvUserData: *mut c_voiddwShareMode: u32dwPreferredProtocols: u32dwActiveProtocol: u32lpfnConnect: LPOCNCONNPROCAlpfnCheck: LPOCNCHKPROClpfnDisconnect: LPOCNDSCPROChCardHandle: usize

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.