Struct winapi::sspi::SecPkgContext_NativeNamesA [] [src]

pub struct SecPkgContext_NativeNamesA {
    pub sClientName: SEC_CHAR,
    pub sServerName: SEC_CHAR,
}

Fields

sClientName
sServerName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_NativeNamesA

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

impl Copy for SecPkgContext_NativeNamesA

impl Clone for SecPkgContext_NativeNamesA

fn clone(&self) -> SecPkgContext_NativeNamesA

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