Struct winapi::ntsecapi::KERB_AUTH_DATA
[−]
[src]
pub struct KERB_AUTH_DATA {
pub Type: ULONG,
pub Length: ULONG,
pub Data: PUCHAR,
}Fields
Type | |
Length | |
Data |
Trait Implementations
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