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_EXTProtocolListSize: c_ushortProtocolList: [c_uchar; 0]Trait Implementations
Returns the “default value” for a type. Read more