Struct winapi::schannel::SCHANNEL_SESSION_TOKEN
[−]
[src]
pub struct SCHANNEL_SESSION_TOKEN { pub dwTokenType: DWORD, pub dwFlags: DWORD, }
Fields
dwTokenType | |
dwFlags |
Trait Implementations
impl Copy for SCHANNEL_SESSION_TOKEN
[src]
impl Clone for SCHANNEL_SESSION_TOKEN
[src]
fn clone(&self) -> SCHANNEL_SESSION_TOKEN
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more