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

Derived Implementations

impl Debug for SEC_NEGOTIATION_INFO

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

impl Copy for SEC_NEGOTIATION_INFO

impl Clone for SEC_NEGOTIATION_INFO

fn clone(&self) -> SEC_NEGOTIATION_INFO

fn clone_from(&mut self, source: &Self)