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; ::ANYSIZE_ARRAY],
}Fields
Credentials | |
PrincipalNameCount | |
PrincipalNames |
Trait Implementations
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