Struct winapi::sspi::SEC_NEGOTIATION_INFO [] [src]

pub struct SEC_NEGOTIATION_INFO {
    pub Size: c_ulong,
    pub NameLength: c_ulong,
    pub Name: *mut SEC_WCHAR,
    pub Reserved: *mut c_void,
}

Fields

Size
NameLength
Name
Reserved

Trait Implementations

impl Copy for SEC_NEGOTIATION_INFO
[src]

impl Clone for SEC_NEGOTIATION_INFO
[src]

fn clone(&self) -> SEC_NEGOTIATION_INFO

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

Derived Implementations

impl Debug for SEC_NEGOTIATION_INFO
[src]

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

Formats the value using the given formatter.