#[repr(C)]pub struct _CRYPT_KEY_PROV_PARAM {
pub dwParam: DWORD,
pub pbData: *mut BYTE,
pub cbData: DWORD,
pub dwFlags: DWORD,
}
Fields§
§dwParam: DWORD
§pbData: *mut BYTE
§cbData: DWORD
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for _CRYPT_KEY_PROV_PARAM
impl Clone for _CRYPT_KEY_PROV_PARAM
Source§fn clone(&self) -> _CRYPT_KEY_PROV_PARAM
fn clone(&self) -> _CRYPT_KEY_PROV_PARAM
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _CRYPT_KEY_PROV_PARAM
impl Debug for _CRYPT_KEY_PROV_PARAM
Source§impl Ord for _CRYPT_KEY_PROV_PARAM
impl Ord for _CRYPT_KEY_PROV_PARAM
Source§fn cmp(&self, other: &_CRYPT_KEY_PROV_PARAM) -> Ordering
fn cmp(&self, other: &_CRYPT_KEY_PROV_PARAM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CRYPT_KEY_PROV_PARAM
impl PartialEq for _CRYPT_KEY_PROV_PARAM
Source§impl PartialOrd for _CRYPT_KEY_PROV_PARAM
impl PartialOrd for _CRYPT_KEY_PROV_PARAM
impl Copy for _CRYPT_KEY_PROV_PARAM
impl Eq for _CRYPT_KEY_PROV_PARAM
impl StructuralPartialEq for _CRYPT_KEY_PROV_PARAM
Auto Trait Implementations§
impl Freeze for _CRYPT_KEY_PROV_PARAM
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§
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