pub type SECKEYKEAPublicKey = SECKEYKEAPublicKeyStr;
Aliased Type§
struct SECKEYKEAPublicKey {
pub params: SECKEYKEAParamsStr,
pub publicValue: SECItemStr,
}
Fields§
§params: SECKEYKEAParamsStr
§publicValue: SECItemStr
Trait Implementations
Source§impl Clone for SECKEYKEAPublicKeyStr
impl Clone for SECKEYKEAPublicKeyStr
Source§fn clone(&self) -> SECKEYKEAPublicKeyStr
fn clone(&self) -> SECKEYKEAPublicKeyStr
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