Struct winapi::shared::rpcdce::SEC_WINNT_AUTH_IDENTITY_W[][src]

#[repr(C)]
pub struct SEC_WINNT_AUTH_IDENTITY_W { pub User: *mut c_ushort, pub UserLength: c_ulong, pub Domain: *mut c_ushort, pub DomainLength: c_ulong, pub Password: *mut c_ushort, pub PasswordLength: c_ulong, pub Flags: c_ulong, }

Fields

User: *mut c_ushortUserLength: c_ulongDomain: *mut c_ushortDomainLength: c_ulongPassword: *mut c_ushortPasswordLength: c_ulongFlags: c_ulong

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.