nss_sys

Type Alias SECAlgorithmID

Source
pub type SECAlgorithmID = SECAlgorithmIDStr;

Aliased Type§

struct SECAlgorithmID {
    pub algorithm: SECItemStr,
    pub parameters: SECItemStr,
}

Fields§

§algorithm: SECItemStr§parameters: SECItemStr

Trait Implementations

Source§

impl Clone for SECAlgorithmIDStr

Source§

fn clone(&self) -> SECAlgorithmIDStr

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 SECAlgorithmIDStr