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

Fields

ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT ProtocolIdSize: c_uchar ProtocolId: [c_uchar; 255]

Trait Implementations

impl Copy for SecPkgContext_ApplicationProtocol
[src]

impl Clone for SecPkgContext_ApplicationProtocol
[src]

fn clone(&self) -> SecPkgContext_ApplicationProtocol

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more