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

Derived Implementations

impl Debug for SCHANNEL_ALERT_TOKEN

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SCHANNEL_ALERT_TOKEN

impl Clone for SCHANNEL_ALERT_TOKEN

fn clone(&self) -> SCHANNEL_ALERT_TOKEN

fn clone_from(&mut self, source: &Self)