Struct winapi::sspi::SecPkgContext_CredentialNameW [] [src]

pub struct SecPkgContext_CredentialNameW {
    pub CredentialType: c_ulong,
    pub sCredentialName: *mut SEC_WCHAR,
}

Fields

CredentialType
sCredentialName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_CredentialNameW

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

impl Copy for SecPkgContext_CredentialNameW

impl Clone for SecPkgContext_CredentialNameW

fn clone(&self) -> SecPkgContext_CredentialNameW

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