#[repr(C)]pub struct COAUTHINFO {
    pub dwAuthnSvc: DWORD,
    pub dwAuthzSvc: DWORD,
    pub pwszServerPrincName: LPWSTR,
    pub dwAuthnLevel: DWORD,
    pub dwImpersonationLevel: DWORD,
    pub pAuthIdentityData: *mut COAUTHIDENTITY,
    pub dwCapabilities: DWORD,
}Fields§
§dwAuthnSvc: DWORD§dwAuthzSvc: DWORD§pwszServerPrincName: LPWSTR§dwAuthnLevel: DWORD§dwImpersonationLevel: DWORD§pAuthIdentityData: *mut COAUTHIDENTITY§dwCapabilities: DWORDTrait Implementations§
Source§impl Clone for COAUTHINFO
 
impl Clone for COAUTHINFO
Source§fn clone(&self) -> COAUTHINFO
 
fn clone(&self) -> COAUTHINFO
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 moreimpl Copy for COAUTHINFO
Auto Trait Implementations§
impl Freeze for COAUTHINFO
impl RefUnwindSafe for COAUTHINFO
impl !Send for COAUTHINFO
impl !Sync for COAUTHINFO
impl Unpin for COAUTHINFO
impl UnwindSafe for COAUTHINFO
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