Struct winapi::ntsecapi::KERB_AUTH_DATA [] [src]

pub struct KERB_AUTH_DATA {
    pub Type: ULONG,
    pub Length: ULONG,
    pub Data: PUCHAR,
}

Fields

Type: ULONG Length: ULONG Data: PUCHAR

Trait Implementations

impl Debug for KERB_AUTH_DATA
[src]

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

Formats the value using the given formatter.

impl Copy for KERB_AUTH_DATA
[src]

impl Clone for KERB_AUTH_DATA
[src]

fn clone(&self) -> KERB_AUTH_DATA

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