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