Struct windows_sys::Win32::Security::Cryptography::CERT_DSS_PARAMETERS
[−]#[repr(C)]pub struct CERT_DSS_PARAMETERS {
pub p: CRYPTOAPI_BLOB,
pub q: CRYPTOAPI_BLOB,
pub g: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
p: CRYPTOAPI_BLOB
q: CRYPTOAPI_BLOB
g: CRYPTOAPI_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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more