Struct winapi::shared::sspi::SecPkgContext_CredentialNameA   [−][src]
#[repr(C)]pub struct SecPkgContext_CredentialNameA {
    pub CredentialType: c_ulong,
    pub sCredentialName: *mut SEC_CHAR,
}Fields
CredentialType: c_ulongsCredentialName: *mut SEC_CHARTrait Implementations
Returns the “default value” for a type. Read more