Struct winapi::shared::sspi::SecPkgContext_ApplicationProtocol   [−][src]
#[repr(C)]pub struct SecPkgContext_ApplicationProtocol {
    pub ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS,
    pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT,
    pub ProtocolIdSize: c_uchar,
    pub ProtocolId: [c_uchar; 255],
}Fields
ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUSProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXTProtocolIdSize: c_ucharProtocolId: [c_uchar; 255]Trait Implementations
Returns the “default value” for a type. Read more