Struct winapi::shared::wtypesbase::COAUTHINFO
source · #[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 moresource§impl Default for COAUTHINFO
impl Default for COAUTHINFO
source§fn default() -> COAUTHINFO
fn default() -> COAUTHINFO
Returns the “default value” for a type. Read more