Enum winapi::sspi::SECPKG_ATTR_LCT_STATUS [] [src]

pub enum SECPKG_ATTR_LCT_STATUS {
    SecPkgAttrLastClientTokenYes,
    SecPkgAttrLastClientTokenNo,
    SecPkgAttrLastClientTokenMaybe,
}

Variants

SecPkgAttrLastClientTokenYes
SecPkgAttrLastClientTokenNo
SecPkgAttrLastClientTokenMaybe

Trait Implementations

Derived Implementations

impl Debug for SECPKG_ATTR_LCT_STATUS

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

impl Copy for SECPKG_ATTR_LCT_STATUS

impl Clone for SECPKG_ATTR_LCT_STATUS

fn clone(&self) -> SECPKG_ATTR_LCT_STATUS

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