pub type OSSL_DISPATCH = ossl_dispatch_st;
Aliased Type§
struct OSSL_DISPATCH {
pub function_id: i32,
pub function: Option<unsafe extern "C" fn()>,
}
Fields§
§function_id: i32
§function: Option<unsafe extern "C" fn()>
Trait Implementations
Source§impl Clone for ossl_dispatch_st
impl Clone for ossl_dispatch_st
Source§fn clone(&self) -> ossl_dispatch_st
fn clone(&self) -> ossl_dispatch_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