Struct winapi::sspi::SecPkgContext_Target [] [src]

pub struct SecPkgContext_Target {
    pub TargetLength: c_ulong,
    pub Target: *mut c_char,
}

Fields

TargetLength
Target

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_Target

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

impl Copy for SecPkgContext_Target

impl Clone for SecPkgContext_Target

fn clone(&self) -> SecPkgContext_Target

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