Struct winapi::sspi::SecPkgContext_CredInfo
[−]
[src]
pub struct SecPkgContext_CredInfo { pub CredClass: SECPKG_CRED_CLASS, pub IsPromptingNeeded: c_ulong, }
Fields
CredClass | |
IsPromptingNeeded |
Trait Implementations
impl Copy for SecPkgContext_CredInfo
[src]
impl Clone for SecPkgContext_CredInfo
[src]
fn clone(&self) -> SecPkgContext_CredInfo
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