Struct winapi::shared::sspi::SEC_APPLICATION_PROTOCOLS [−][src]
#[repr(C)]pub struct SEC_APPLICATION_PROTOCOLS {
pub ProtocolListsSize: c_ulong,
pub ProtocolLists: [SEC_APPLICATION_PROTOCOL_LIST; 1],
}
Fields
ProtocolListsSize: c_ulong
ProtocolLists: [SEC_APPLICATION_PROTOCOL_LIST; 1]
Trait Implementations
Returns the “default value” for a type. Read more