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 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