#[repr(C)]pub struct SecPkgContext_ApplicationProtocol {
pub ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS,
pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT,
pub ProtocolIdSize: u8,
pub ProtocolId: [u8; 255],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS
ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT
ProtocolIdSize: u8
ProtocolId: [u8; 255]
Trait Implementations
impl Clone for SecPkgContext_ApplicationProtocol
impl Clone for SecPkgContext_ApplicationProtocol
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