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