Struct windows_sys::Win32::Security::Authentication::Identity::SCHANNEL_ALERT_TOKEN
#[repr(C)]pub struct SCHANNEL_ALERT_TOKEN {
pub dwTokenType: u32,
pub dwAlertType: SCHANNEL_ALERT_TOKEN_ALERT_TYPE,
pub dwAlertNumber: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more