Struct winapi::sspi::SecPkgContext_ClientSpecifiedTarget [] [src]

pub struct SecPkgContext_ClientSpecifiedTarget {
    pub sTargetName: *mut SEC_WCHAR,
}

Fields

sTargetName

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_ClientSpecifiedTarget

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

impl Copy for SecPkgContext_ClientSpecifiedTarget

impl Clone for SecPkgContext_ClientSpecifiedTarget

fn clone(&self) -> SecPkgContext_ClientSpecifiedTarget

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