#[repr(C)]pub struct SecPkgContext_ProtoInfoW {
pub sProtocolName: *mut u16,
pub majorVersion: u32,
pub minorVersion: u32,
}
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§
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