Struct windows_sys::Win32::Security::Cryptography::CRYPT_KEY_PROV_PARAM
[−]#[repr(C)]pub struct CRYPT_KEY_PROV_PARAM {
pub dwParam: u32,
pub pbData: *mut u8,
pub cbData: u32,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwParam: u32
pbData: *mut u8
cbData: u32
dwFlags: u32
Trait Implementations
impl Clone for CRYPT_KEY_PROV_PARAM
impl Clone for CRYPT_KEY_PROV_PARAM
impl Copy for CRYPT_KEY_PROV_PARAM
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_KEY_PROV_PARAM
impl !Send for CRYPT_KEY_PROV_PARAM
impl !Sync for CRYPT_KEY_PROV_PARAM
impl Unpin for CRYPT_KEY_PROV_PARAM
impl UnwindSafe for CRYPT_KEY_PROV_PARAM
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