pub type SECKEYPQGParams = SECKEYPQGParamsStr;
Aliased Type§
struct SECKEYPQGParams {
pub arena: *mut PLArenaPool,
pub prime: SECItemStr,
pub subPrime: SECItemStr,
pub base: SECItemStr,
}
Fields§
§arena: *mut PLArenaPool
§prime: SECItemStr
§subPrime: SECItemStr
§base: SECItemStr
Trait Implementations
Source§impl Clone for SECKEYPQGParamsStr
impl Clone for SECKEYPQGParamsStr
Source§fn clone(&self) -> SECKEYPQGParamsStr
fn clone(&self) -> SECKEYPQGParamsStr
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 more