nss_sys

Type Alias SECKEYDSAPublicKey

Source
pub type SECKEYDSAPublicKey = SECKEYDSAPublicKeyStr;

Aliased Type§

struct SECKEYDSAPublicKey {
    pub params: SECKEYPQGParamsStr,
    pub publicValue: SECItemStr,
}

Fields§

§params: SECKEYPQGParamsStr§publicValue: SECItemStr

Trait Implementations

Source§

impl Clone for SECKEYDSAPublicKeyStr

Source§

fn clone(&self) -> SECKEYDSAPublicKeyStr

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 SECKEYDSAPublicKeyStr