Struct winapi::sspi::SecPkgContext_NamesA [] [src]

pub struct SecPkgContext_NamesA {
    pub sUserName: *mut SEC_CHAR,
}

Fields

sUserName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_NamesA

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

impl Copy for SecPkgContext_NamesA

impl Clone for SecPkgContext_NamesA

fn clone(&self) -> SecPkgContext_NamesA

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