Struct winapi::sspi::SecPkgCredentials_NamesW [] [src]

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

Fields

sUserName

Trait Implementations

Derived Implementations

impl Debug for SecPkgCredentials_NamesW

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

impl Copy for SecPkgCredentials_NamesW

impl Clone for SecPkgCredentials_NamesW

fn clone(&self) -> SecPkgCredentials_NamesW

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