Struct winapi::ntsecapi::KERB_ADD_CREDENTIALS_REQUEST_EX [] [src]

pub struct KERB_ADD_CREDENTIALS_REQUEST_EX {
    pub Credentials: KERB_ADD_CREDENTIALS_REQUEST,
    pub PrincipalNameCount: ULONG,
    pub PrincipalNames: [UNICODE_STRING; 1],
}

Fields

Credentials: KERB_ADD_CREDENTIALS_REQUEST PrincipalNameCount: ULONG PrincipalNames: [UNICODE_STRING; 1]

Trait Implementations

impl Debug for KERB_ADD_CREDENTIALS_REQUEST_EX
[src]

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

Formats the value using the given formatter.

impl Copy for KERB_ADD_CREDENTIALS_REQUEST_EX
[src]

impl Clone for KERB_ADD_CREDENTIALS_REQUEST_EX
[src]

fn clone(&self) -> KERB_ADD_CREDENTIALS_REQUEST_EX

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