Struct windows_sys::Win32::Security::Cryptography::CERT_DSS_PARAMETERS
#[repr(C)]pub struct CERT_DSS_PARAMETERS {
pub p: CRYPT_INTEGER_BLOB,
pub q: CRYPT_INTEGER_BLOB,
pub g: CRYPT_INTEGER_BLOB,
}
Fields§
§p: CRYPT_INTEGER_BLOB
§q: CRYPT_INTEGER_BLOB
§g: CRYPT_INTEGER_BLOB
Trait Implementations§
§impl Clone for CERT_DSS_PARAMETERS
impl Clone for CERT_DSS_PARAMETERS
impl Copy for CERT_DSS_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for CERT_DSS_PARAMETERS
impl !Send for CERT_DSS_PARAMETERS
impl !Sync for CERT_DSS_PARAMETERS
impl Unpin for CERT_DSS_PARAMETERS
impl UnwindSafe for CERT_DSS_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