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