Type Alias OSSL_DISPATCH

Source
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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for ossl_dispatch_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for ossl_dispatch_st