Struct winapi::sspi::SecPkgContext_CredInfo [] [src]

pub struct SecPkgContext_CredInfo {
    pub CredClass: SECPKG_CRED_CLASS,
    pub IsPromptingNeeded: c_ulong,
}

Fields

CredClass
IsPromptingNeeded

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_CredInfo

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

impl Copy for SecPkgContext_CredInfo

impl Clone for SecPkgContext_CredInfo

fn clone(&self) -> SecPkgContext_CredInfo

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