Struct winapi::ntsecapi::KERB_EXTERNAL_NAME [] [src]

#[repr(C)]
pub struct KERB_EXTERNAL_NAME { pub NameType: SHORT, pub NameCount: USHORT, pub Names: [UNICODE_STRING; 1], }

Fields

Trait Implementations

impl Debug for KERB_EXTERNAL_NAME
[src]

Formats the value using the given formatter.

impl Copy for KERB_EXTERNAL_NAME
[src]

impl Clone for KERB_EXTERNAL_NAME
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more