#[repr(C)]
pub struct OPENCARDNAME_EXA {
Show 18 fields pub dwStructSize: u32, pub hSCardContext: usize, pub hwndOwner: HWND, pub dwFlags: u32, pub lpstrTitle: PCSTR, pub lpstrSearchDesc: PCSTR, pub hIcon: HICON, pub pOpenCardSearchCriteria: *mut OPENCARD_SEARCH_CRITERIAA, pub lpfnConnect: LPOCNCONNPROCA, pub pvUserData: *mut c_void, pub dwShareMode: u32, pub dwPreferredProtocols: u32, pub lpstrRdr: PSTR, pub nMaxRdr: u32, pub lpstrCard: PSTR, pub nMaxCard: u32, pub dwActiveProtocol: u32, pub hCardHandle: usize,
}
Expand description

Required features: "Win32_Security_Credentials", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"

Fields§

§dwStructSize: u32§hSCardContext: usize§hwndOwner: HWND§dwFlags: u32§lpstrTitle: PCSTR§lpstrSearchDesc: PCSTR§hIcon: HICON§pOpenCardSearchCriteria: *mut OPENCARD_SEARCH_CRITERIAA§lpfnConnect: LPOCNCONNPROCA§pvUserData: *mut c_void§dwShareMode: u32§dwPreferredProtocols: u32§lpstrRdr: PSTR§nMaxRdr: u32§lpstrCard: PSTR§nMaxCard: u32§dwActiveProtocol: u32§hCardHandle: 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.