Struct winapi::shared::sspi::SecPkgContext_TargetInformation   [−][src]
#[repr(C)]pub struct SecPkgContext_TargetInformation {
    pub MarshalledTargetInfoLength: c_ulong,
    pub MarshalledTargetInfo: *mut c_uchar,
}Fields
MarshalledTargetInfoLength: c_ulongMarshalledTargetInfo: *mut c_ucharTrait Implementations
Returns the “default value” for a type. Read more