Struct winapi::sspi::SecPkgContext_ApplicationProtocol [] [src]

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; MAX_PROTOCOL_ID_SIZE],
}

Fields

ProtoNegoStatus
ProtoNegoExt
ProtocolIdSize
ProtocolId

Trait Implementations

impl Clone for SecPkgContext_ApplicationProtocol

fn clone(&self) -> SecPkgContext_ApplicationProtocol

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Copy for SecPkgContext_ApplicationProtocol