#[repr(C)]pub struct SecPkgContext_KeyingMaterialInfo {
pub cbLabel: u16,
pub pszLabel: PSTR,
pub cbContextValue: u16,
pub pbContextValue: *mut u8,
pub cbKeyingMaterial: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbLabel: u16
pszLabel: PSTR
cbContextValue: u16
pbContextValue: *mut u8
cbKeyingMaterial: u32
Trait Implementations
impl Clone for SecPkgContext_KeyingMaterialInfo
impl Clone for SecPkgContext_KeyingMaterialInfo
impl Copy for SecPkgContext_KeyingMaterialInfo
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_KeyingMaterialInfo
impl !Send for SecPkgContext_KeyingMaterialInfo
impl !Sync for SecPkgContext_KeyingMaterialInfo
impl Unpin for SecPkgContext_KeyingMaterialInfo
impl UnwindSafe for SecPkgContext_KeyingMaterialInfo
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