Struct winapi::shared::sspi::SEC_NEGOTIATION_INFO   [−][src]
#[repr(C)]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: c_ulongNameLength: c_ulongName: *mut SEC_WCHARReserved: *mut c_voidTrait Implementations
Returns the “default value” for a type. Read more