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