aws_lc_sys

Type Alias BN_GENCB

Source
pub type BN_GENCB = bn_gencb_st;

Aliased Type§

struct BN_GENCB {
    pub type_: u8,
    pub arg: *mut c_void,
    pub callback: bn_gencb_st__bindgen_ty_1,
}

Fields§

§type_: u8§arg: *mut c_void§callback: bn_gencb_st__bindgen_ty_1

Trait Implementations

Source§

impl Clone for bn_gencb_st

Source§

fn clone(&self) -> bn_gencb_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 bn_gencb_st

Source§

fn default() -> Self

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

impl Copy for bn_gencb_st