Struct winapi::sspi::SecPkgContext_CredentialNameA [] [src]

pub struct SecPkgContext_CredentialNameA {
    pub CredentialType: c_ulong,
    pub sCredentialName: *mut SEC_CHAR,
}

Fields

CredentialType
sCredentialName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_CredentialNameA

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

impl Copy for SecPkgContext_CredentialNameA

impl Clone for SecPkgContext_CredentialNameA

fn clone(&self) -> SecPkgContext_CredentialNameA

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