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