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