#[repr(C)]pub struct _CERT_X942_DH_PARAMETERS {
pub p: CRYPT_UINT_BLOB,
pub g: CRYPT_UINT_BLOB,
pub q: CRYPT_UINT_BLOB,
pub j: CRYPT_UINT_BLOB,
pub pValidationParams: PCERT_X942_DH_VALIDATION_PARAMS,
}
Fields§
§p: CRYPT_UINT_BLOB
§g: CRYPT_UINT_BLOB
§q: CRYPT_UINT_BLOB
§j: CRYPT_UINT_BLOB
§pValidationParams: PCERT_X942_DH_VALIDATION_PARAMS
Trait Implementations§
Source§impl Clone for _CERT_X942_DH_PARAMETERS
impl Clone for _CERT_X942_DH_PARAMETERS
Source§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 moreSource§impl Debug for _CERT_X942_DH_PARAMETERS
impl Debug for _CERT_X942_DH_PARAMETERS
Source§impl Ord for _CERT_X942_DH_PARAMETERS
impl Ord for _CERT_X942_DH_PARAMETERS
Source§fn cmp(&self, other: &_CERT_X942_DH_PARAMETERS) -> Ordering
fn cmp(&self, other: &_CERT_X942_DH_PARAMETERS) -> 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 _CERT_X942_DH_PARAMETERS
impl PartialEq for _CERT_X942_DH_PARAMETERS
Source§impl PartialOrd for _CERT_X942_DH_PARAMETERS
impl PartialOrd for _CERT_X942_DH_PARAMETERS
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