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_CHAR
sServerName: *mut SEC_CHAR
Trait Implementations
Returns the “default value” for a type. Read more