Struct winapi::shared::wtypesbase::COAUTHIDENTITY
source · #[repr(C)]pub struct COAUTHIDENTITY {
pub User: *mut USHORT,
pub UserLength: ULONG,
pub Domain: *mut USHORT,
pub DomainLength: ULONG,
pub Password: *mut USHORT,
pub PasswordLength: ULONG,
pub Flags: ULONG,
}
Fields§
§User: *mut USHORT
§UserLength: ULONG
§Domain: *mut USHORT
§DomainLength: ULONG
§Password: *mut USHORT
§PasswordLength: ULONG
§Flags: ULONG
Trait Implementations§
source§impl Clone for COAUTHIDENTITY
impl Clone for COAUTHIDENTITY
source§fn clone(&self) -> COAUTHIDENTITY
fn clone(&self) -> COAUTHIDENTITY
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 COAUTHIDENTITY
impl Default for COAUTHIDENTITY
source§fn default() -> COAUTHIDENTITY
fn default() -> COAUTHIDENTITY
Returns the “default value” for a type. Read more