#[repr(C)]pub struct SCHANNEL_ALERT_TOKEN {
pub dwTokenType: u32,
pub dwAlertType: SCHANNEL_ALERT_TOKEN_ALERT_TYPE,
pub dwAlertNumber: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
dwTokenType: u32
dwAlertType: SCHANNEL_ALERT_TOKEN_ALERT_TYPE
dwAlertNumber: u32
Trait Implementations
impl Clone for SCHANNEL_ALERT_TOKEN
impl Clone for SCHANNEL_ALERT_TOKEN
impl Copy for SCHANNEL_ALERT_TOKEN
Auto Trait Implementations
impl RefUnwindSafe for SCHANNEL_ALERT_TOKEN
impl Send for SCHANNEL_ALERT_TOKEN
impl Sync for SCHANNEL_ALERT_TOKEN
impl Unpin for SCHANNEL_ALERT_TOKEN
impl UnwindSafe for SCHANNEL_ALERT_TOKEN
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