#[repr(C)]pub struct OPENCARD_SEARCH_CRITERIAA {Show 13 fields
pub dwStructSize: DWORD,
pub lpstrGroupNames: LPSTR,
pub nMaxGroupNames: DWORD,
pub rgguidInterfaces: LPCGUID,
pub cguidInterfaces: DWORD,
pub lpstrCardNames: LPSTR,
pub nMaxCardNames: DWORD,
pub lpfnCheck: LPOCNCHKPROC,
pub lpfnConnect: LPOCNCONNPROCA,
pub lpfnDisconnect: LPOCNDSCPROC,
pub pvUserData: LPVOID,
pub dwShareMode: DWORD,
pub dwPreferredProtocols: DWORD,
}
Fields§
§dwStructSize: DWORD
§lpstrGroupNames: LPSTR
§nMaxGroupNames: DWORD
§rgguidInterfaces: LPCGUID
§cguidInterfaces: DWORD
§lpstrCardNames: LPSTR
§nMaxCardNames: DWORD
§lpfnCheck: LPOCNCHKPROC
§lpfnConnect: LPOCNCONNPROCA
§lpfnDisconnect: LPOCNDSCPROC
§pvUserData: LPVOID
§dwPreferredProtocols: DWORD
Trait Implementations§
Source§impl Clone for OPENCARD_SEARCH_CRITERIAA
impl Clone for OPENCARD_SEARCH_CRITERIAA
Source§fn clone(&self) -> OPENCARD_SEARCH_CRITERIAA
fn clone(&self) -> OPENCARD_SEARCH_CRITERIAA
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 moreSource§impl Debug for OPENCARD_SEARCH_CRITERIAA
impl Debug for OPENCARD_SEARCH_CRITERIAA
Source§impl Ord for OPENCARD_SEARCH_CRITERIAA
impl Ord for OPENCARD_SEARCH_CRITERIAA
Source§fn cmp(&self, other: &OPENCARD_SEARCH_CRITERIAA) -> Ordering
fn cmp(&self, other: &OPENCARD_SEARCH_CRITERIAA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OPENCARD_SEARCH_CRITERIAA
impl PartialOrd for OPENCARD_SEARCH_CRITERIAA
impl Copy for OPENCARD_SEARCH_CRITERIAA
impl Eq for OPENCARD_SEARCH_CRITERIAA
impl StructuralPartialEq for OPENCARD_SEARCH_CRITERIAA
Auto Trait Implementations§
impl Freeze for OPENCARD_SEARCH_CRITERIAA
impl RefUnwindSafe for OPENCARD_SEARCH_CRITERIAA
impl !Send for OPENCARD_SEARCH_CRITERIAA
impl !Sync for OPENCARD_SEARCH_CRITERIAA
impl Unpin for OPENCARD_SEARCH_CRITERIAA
impl UnwindSafe for OPENCARD_SEARCH_CRITERIAA
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