aws_lc_sys

Type Alias PKCS7

Source
pub type PKCS7 = pkcs7_st;

Aliased Type§

struct PKCS7 {
    pub type_: *mut asn1_object_st,
    pub d: pkcs7_st__bindgen_ty_1,
}

Fields§

§type_: *mut asn1_object_st§d: pkcs7_st__bindgen_ty_1

Trait Implementations

Source§

impl Clone for pkcs7_st

Source§

fn clone(&self) -> pkcs7_st

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 Default for pkcs7_st

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for pkcs7_st