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
impl Clone for bn_gencb_st
Source§fn clone(&self) -> bn_gencb_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more