Struct winapi::rpcdce::SEC_WINNT_AUTH_IDENTITY_A [] [src]

pub struct SEC_WINNT_AUTH_IDENTITY_A {
    pub User: *mut c_uchar,
    pub UserLength: c_ulong,
    pub Domain: *mut c_uchar,
    pub DomainLength: c_ulong,
    pub Password: *mut c_uchar,
    pub PasswordLength: c_ulong,
    pub Flags: c_ulong,
}

Fields

User: *mut c_uchar UserLength: c_ulong Domain: *mut c_uchar DomainLength: c_ulong Password: *mut c_uchar PasswordLength: c_ulong Flags: c_ulong

Trait Implementations

impl Debug for SEC_WINNT_AUTH_IDENTITY_A
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SEC_WINNT_AUTH_IDENTITY_A
[src]

impl Clone for SEC_WINNT_AUTH_IDENTITY_A
[src]

fn clone(&self) -> SEC_WINNT_AUTH_IDENTITY_A

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more