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

pub enum SECPKG_ATTR_LCT_STATUS {
    SecPkgAttrLastClientTokenYes,
    SecPkgAttrLastClientTokenNo,
    SecPkgAttrLastClientTokenMaybe,
}

Variants

SecPkgAttrLastClientTokenYesSecPkgAttrLastClientTokenNoSecPkgAttrLastClientTokenMaybe

Trait Implementations

impl Debug for SECPKG_ATTR_LCT_STATUS
[src]

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

Formats the value using the given formatter.

impl Copy for SECPKG_ATTR_LCT_STATUS
[src]

impl Clone for SECPKG_ATTR_LCT_STATUS
[src]

fn clone(&self) -> SECPKG_ATTR_LCT_STATUS

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