Struct winapi::schannel::SCHANNEL_ALERT_TOKEN
[−]
[src]
pub struct SCHANNEL_ALERT_TOKEN {
pub dwTokenType: DWORD,
pub dwAlertType: DWORD,
pub dwAlertNumber: DWORD,
}Fields
dwTokenType | |
dwAlertType | |
dwAlertNumber |
Trait Implementations
impl Copy for SCHANNEL_ALERT_TOKEN[src]
impl Clone for SCHANNEL_ALERT_TOKEN[src]
fn clone(&self) -> SCHANNEL_ALERT_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