Struct winapi::ntsecapi::KERB_EXTERNAL_NAME
[−]
[src]
pub struct KERB_EXTERNAL_NAME { pub NameType: SHORT, pub NameCount: USHORT, pub Names: [UNICODE_STRING; ::ANYSIZE_ARRAY], }
Fields
NameType | |
NameCount | |
Names |
Trait Implementations
impl Copy for KERB_EXTERNAL_NAME
[src]
impl Clone for KERB_EXTERNAL_NAME
[src]
fn clone(&self) -> KERB_EXTERNAL_NAME
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