Struct 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
§fn clone(&self) -> CERT_DSS_PARAMETERS
fn clone(&self) -> CERT_DSS_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 moreimpl Copy for CERT_DSS_PARAMETERS
Auto Trait Implementations§
impl Freeze for CERT_DSS_PARAMETERS
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