#[repr(C)]pub struct SecPkgContext_TargetInformation {
pub MarshalledTargetInfoLength: u32,
pub MarshalledTargetInfo: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
MarshalledTargetInfoLength: u32
MarshalledTargetInfo: *mut u8
Trait Implementations
impl Clone for SecPkgContext_TargetInformation
impl Clone for SecPkgContext_TargetInformation
impl Copy for SecPkgContext_TargetInformation
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_TargetInformation
impl !Send for SecPkgContext_TargetInformation
impl !Sync for SecPkgContext_TargetInformation
impl Unpin for SecPkgContext_TargetInformation
impl UnwindSafe for SecPkgContext_TargetInformation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more