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