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