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

#[repr(C)]
pub struct KERB_ADD_CREDENTIALS_REQUEST_EX { pub Credentials: KERB_ADD_CREDENTIALS_REQUEST, pub PrincipalNameCount: ULONG, pub PrincipalNames: [UNICODE_STRING; 1], }

Fields

Trait Implementations

impl Debug for KERB_ADD_CREDENTIALS_REQUEST_EX
[src]

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more