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

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

Fields

MarshalledTargetInfoLength: c_ulong MarshalledTargetInfo: *mut c_uchar

Trait Implementations

impl Debug for SecPkgContext_TargetInformation
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_TargetInformation
[src]

impl Clone for SecPkgContext_TargetInformation
[src]

fn clone(&self) -> SecPkgContext_TargetInformation

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more