#[repr(C)]pub struct SOLE_AUTHENTICATION_LIST {
pub cAuthInfo: DWORD,
pub aAuthInfo: *mut SOLE_AUTHENTICATION_INFO,
}
Fields§
§cAuthInfo: DWORD
§aAuthInfo: *mut SOLE_AUTHENTICATION_INFO
Trait Implementations§
Source§impl Clone for SOLE_AUTHENTICATION_LIST
impl Clone for SOLE_AUTHENTICATION_LIST
Source§fn clone(&self) -> SOLE_AUTHENTICATION_LIST
fn clone(&self) -> SOLE_AUTHENTICATION_LIST
Returns a duplicate 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 Default for SOLE_AUTHENTICATION_LIST
impl Default for SOLE_AUTHENTICATION_LIST
Source§fn default() -> SOLE_AUTHENTICATION_LIST
fn default() -> SOLE_AUTHENTICATION_LIST
Returns the “default value” for a type. Read more
impl Copy for SOLE_AUTHENTICATION_LIST
Auto Trait Implementations§
impl Freeze for SOLE_AUTHENTICATION_LIST
impl RefUnwindSafe for SOLE_AUTHENTICATION_LIST
impl !Send for SOLE_AUTHENTICATION_LIST
impl !Sync for SOLE_AUTHENTICATION_LIST
impl Unpin for SOLE_AUTHENTICATION_LIST
impl UnwindSafe for SOLE_AUTHENTICATION_LIST
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