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

#[repr(C)]
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

Trait Implementations

impl Debug for SEC_WINNT_AUTH_IDENTITY_A
[src]

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more