#[repr(C)]pub struct SEC_APPLICATION_PROTOCOL_LIST {
pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT,
pub ProtocolListSize: u16,
pub ProtocolList: [u8; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT
ProtocolListSize: u16
ProtocolList: [u8; 1]
Trait Implementations
impl Clone for SEC_APPLICATION_PROTOCOL_LIST
impl Clone for SEC_APPLICATION_PROTOCOL_LIST
impl Copy for SEC_APPLICATION_PROTOCOL_LIST
Auto Trait Implementations
impl RefUnwindSafe for SEC_APPLICATION_PROTOCOL_LIST
impl Send for SEC_APPLICATION_PROTOCOL_LIST
impl Sync for SEC_APPLICATION_PROTOCOL_LIST
impl Unpin for SEC_APPLICATION_PROTOCOL_LIST
impl UnwindSafe for SEC_APPLICATION_PROTOCOL_LIST
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