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