#[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_STATUS
ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT
ProtocolIdSize: c_uchar
ProtocolId: [c_uchar; 255]
Trait Implementations
sourceimpl Clone for SecPkgContext_ApplicationProtocol
impl Clone for SecPkgContext_ApplicationProtocol
sourcefn clone(&self) -> SecPkgContext_ApplicationProtocol
fn clone(&self) -> SecPkgContext_ApplicationProtocol
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SecPkgContext_ApplicationProtocol
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_ApplicationProtocol
impl Send for SecPkgContext_ApplicationProtocol
impl Sync for SecPkgContext_ApplicationProtocol
impl Unpin for SecPkgContext_ApplicationProtocol
impl UnwindSafe for SecPkgContext_ApplicationProtocol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more