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

#[repr(C)]
pub struct KERB_AUTH_DATA { pub Type: ULONG, pub Length: ULONG, pub Data: PUCHAR, }

Fields

Trait Implementations

impl Debug for KERB_AUTH_DATA
[src]

Formats the value using the given formatter.

impl Copy for KERB_AUTH_DATA
[src]

impl Clone for KERB_AUTH_DATA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more