Struct winapi::sspi::SecPkgContext_NamesW [] [src]

pub struct SecPkgContext_NamesW {
    pub sUserName: *mut SEC_WCHAR,
}

Fields

sUserName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_NamesW

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

impl Copy for SecPkgContext_NamesW

impl Clone for SecPkgContext_NamesW

fn clone(&self) -> SecPkgContext_NamesW

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