Struct windows::Win32::Security::Cryptography::CERT_X942_DH_PARAMETERS
#[repr(C)]pub struct CERT_X942_DH_PARAMETERS {
pub p: CRYPT_INTEGER_BLOB,
pub g: CRYPT_INTEGER_BLOB,
pub q: CRYPT_INTEGER_BLOB,
pub j: CRYPT_INTEGER_BLOB,
pub pValidationParams: *mut CERT_X942_DH_VALIDATION_PARAMS,
}
Fields§
§p: CRYPT_INTEGER_BLOB
§g: CRYPT_INTEGER_BLOB
§q: CRYPT_INTEGER_BLOB
§j: CRYPT_INTEGER_BLOB
§pValidationParams: *mut CERT_X942_DH_VALIDATION_PARAMS
Trait Implementations§
§impl Clone for CERT_X942_DH_PARAMETERS
impl Clone for CERT_X942_DH_PARAMETERS
§fn clone(&self) -> CERT_X942_DH_PARAMETERS
fn clone(&self) -> CERT_X942_DH_PARAMETERS
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 more§impl Debug for CERT_X942_DH_PARAMETERS
impl Debug for CERT_X942_DH_PARAMETERS
§impl Default for CERT_X942_DH_PARAMETERS
impl Default for CERT_X942_DH_PARAMETERS
§impl PartialEq for CERT_X942_DH_PARAMETERS
impl PartialEq for CERT_X942_DH_PARAMETERS
§fn eq(&self, other: &CERT_X942_DH_PARAMETERS) -> bool
fn eq(&self, other: &CERT_X942_DH_PARAMETERS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CERT_X942_DH_PARAMETERS
impl Eq for CERT_X942_DH_PARAMETERS
impl StructuralPartialEq for CERT_X942_DH_PARAMETERS
Auto Trait Implementations§
impl Freeze for CERT_X942_DH_PARAMETERS
impl RefUnwindSafe for CERT_X942_DH_PARAMETERS
impl !Send for CERT_X942_DH_PARAMETERS
impl !Sync for CERT_X942_DH_PARAMETERS
impl Unpin for CERT_X942_DH_PARAMETERS
impl UnwindSafe for CERT_X942_DH_PARAMETERS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)