Struct winapi::sspi::SecPkgContext_TargetInformation [] [src]

pub struct SecPkgContext_TargetInformation {
    pub MarshalledTargetInfoLength: c_ulong,
    pub MarshalledTargetInfo: *mut c_uchar,
}

Fields

MarshalledTargetInfoLength
MarshalledTargetInfo

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_TargetInformation

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

impl Copy for SecPkgContext_TargetInformation

impl Clone for SecPkgContext_TargetInformation

fn clone(&self) -> SecPkgContext_TargetInformation

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