#[repr(C)]pub struct tagSOLE_AUTHENTICATION_INFO {
pub dwAuthnSvc: DWORD,
pub dwAuthzSvc: DWORD,
pub pAuthInfo: *mut c_void,
}
Fields§
§dwAuthnSvc: DWORD
§dwAuthzSvc: DWORD
§pAuthInfo: *mut c_void
Trait Implementations§
Source§impl Clone for tagSOLE_AUTHENTICATION_INFO
impl Clone for tagSOLE_AUTHENTICATION_INFO
Source§fn clone(&self) -> tagSOLE_AUTHENTICATION_INFO
fn clone(&self) -> tagSOLE_AUTHENTICATION_INFO
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 tagSOLE_AUTHENTICATION_INFO
impl Debug for tagSOLE_AUTHENTICATION_INFO
Source§impl Ord for tagSOLE_AUTHENTICATION_INFO
impl Ord for tagSOLE_AUTHENTICATION_INFO
Source§fn cmp(&self, other: &tagSOLE_AUTHENTICATION_INFO) -> Ordering
fn cmp(&self, other: &tagSOLE_AUTHENTICATION_INFO) -> 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 tagSOLE_AUTHENTICATION_INFO
impl PartialOrd for tagSOLE_AUTHENTICATION_INFO
impl Copy for tagSOLE_AUTHENTICATION_INFO
impl Eq for tagSOLE_AUTHENTICATION_INFO
impl StructuralPartialEq for tagSOLE_AUTHENTICATION_INFO
Auto Trait Implementations§
impl Freeze for tagSOLE_AUTHENTICATION_INFO
impl RefUnwindSafe for tagSOLE_AUTHENTICATION_INFO
impl !Send for tagSOLE_AUTHENTICATION_INFO
impl !Sync for tagSOLE_AUTHENTICATION_INFO
impl Unpin for tagSOLE_AUTHENTICATION_INFO
impl UnwindSafe for tagSOLE_AUTHENTICATION_INFO
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