nss_sys

Type Alias SECKEYECPublicKey

Source
pub type SECKEYECPublicKey = SECKEYECPublicKeyStr;

Aliased Type§

struct SECKEYECPublicKey {
    pub DEREncodedParams: SECItemStr,
    pub size: i32,
    pub publicValue: SECItemStr,
    pub encoding: u32,
}

Fields§

§DEREncodedParams: SECItemStr§size: i32§publicValue: SECItemStr§encoding: u32

Trait Implementations

Source§

impl Clone for SECKEYECPublicKeyStr

Source§

fn clone(&self) -> SECKEYECPublicKeyStr

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for SECKEYECPublicKeyStr