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