Struct winapi::sspi::SecPkgContext_NativeNamesW [] [src]

pub struct SecPkgContext_NativeNamesW {
    pub sClientName: SEC_WCHAR,
    pub sServerName: SEC_WCHAR,
}

Fields

sClientName
sServerName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_NativeNamesW

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SecPkgContext_NativeNamesW

impl Clone for SecPkgContext_NativeNamesW

fn clone(&self) -> SecPkgContext_NativeNamesW

fn clone_from(&mut self, source: &Self)