Struct winapi::sspi::SecPkgContext_TargetInformation
[−]
[src]
pub struct SecPkgContext_TargetInformation { pub MarshalledTargetInfoLength: c_ulong, pub MarshalledTargetInfo: *mut c_uchar, }
Fields
MarshalledTargetInfoLength | |
MarshalledTargetInfo |
Trait Implementations
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