#[repr(C)]pub struct SecPkgContext_NegotiationInfoA {
pub PackageInfo: *mut SecPkgInfoA,
pub NegotiationState: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
PackageInfo: *mut SecPkgInfoA
NegotiationState: u32
Trait Implementations
impl Clone for SecPkgContext_NegotiationInfoA
impl Clone for SecPkgContext_NegotiationInfoA
impl Copy for SecPkgContext_NegotiationInfoA
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_NegotiationInfoA
impl !Send for SecPkgContext_NegotiationInfoA
impl !Sync for SecPkgContext_NegotiationInfoA
impl Unpin for SecPkgContext_NegotiationInfoA
impl UnwindSafe for SecPkgContext_NegotiationInfoA
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