Struct winapi::shared::sspi::SEC_APPLICATION_PROTOCOL_LIST [−][src]
#[repr(C)]pub struct SEC_APPLICATION_PROTOCOL_LIST {
pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT,
pub ProtocolListSize: c_ushort,
pub ProtocolList: [c_uchar; 0],
}
Fields
ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT
ProtocolListSize: c_ushort
ProtocolList: [c_uchar; 0]
Trait Implementations
Returns the “default value” for a type. Read more