Struct winapi::sspi::SEC_WINNT_AUTH_PACKED_CREDENTIALS [] [src]

pub struct SEC_WINNT_AUTH_PACKED_CREDENTIALS {
    pub cbHeaderLength: c_ushort,
    pub cbStructureLength: c_ushort,
    pub AuthData: SEC_WINNT_AUTH_DATA,
}

Fields

cbHeaderLength: c_ushort cbStructureLength: c_ushort AuthData: SEC_WINNT_AUTH_DATA

Trait Implementations

impl Debug for SEC_WINNT_AUTH_PACKED_CREDENTIALS
[src]

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

Formats the value using the given formatter.

impl Copy for SEC_WINNT_AUTH_PACKED_CREDENTIALS
[src]

impl Clone for SEC_WINNT_AUTH_PACKED_CREDENTIALS
[src]

fn clone(&self) -> SEC_WINNT_AUTH_PACKED_CREDENTIALS

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