Struct winapi::sspi::CREDUIWIN_MARSHALED_CONTEXT [] [src]

pub struct CREDUIWIN_MARSHALED_CONTEXT {
    pub StructureType: GUID,
    pub cbHeaderLength: USHORT,
    pub LogonId: LUID,
    pub MarshaledDataType: GUID,
    pub MarshaledDataOffset: ULONG,
    pub MarshaledDataLength: USHORT,
}

Fields

StructureType: GUID cbHeaderLength: USHORT LogonId: LUID MarshaledDataType: GUID MarshaledDataOffset: ULONG MarshaledDataLength: USHORT

Trait Implementations

impl Debug for CREDUIWIN_MARSHALED_CONTEXT
[src]

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

Formats the value using the given formatter.

impl Copy for CREDUIWIN_MARSHALED_CONTEXT
[src]

impl Clone for CREDUIWIN_MARSHALED_CONTEXT
[src]

fn clone(&self) -> CREDUIWIN_MARSHALED_CONTEXT

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