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