#[repr(C)]pub struct SecPkgContext_NegotiationInfoA {
pub PackageInfo: *mut SecPkgInfoA,
pub NegotiationState: u32,
}Fields§
§PackageInfo: *mut SecPkgInfoA§NegotiationState: u32Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more