Struct windows_sys::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
impl Copy for CERT_X942_DH_PARAMETERS
Auto Trait Implementations§
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