#[repr(C)]pub struct ossl_algorithm_st {
pub algorithm_names: *const i8,
pub property_definition: *const i8,
pub implementation: *const ossl_dispatch_st,
pub algorithm_description: *const i8,
}
Fields§
§algorithm_names: *const i8
§property_definition: *const i8
§implementation: *const ossl_dispatch_st
§algorithm_description: *const i8
Trait Implementations§
Source§impl Clone for ossl_algorithm_st
impl Clone for ossl_algorithm_st
Source§fn clone(&self) -> ossl_algorithm_st
fn clone(&self) -> ossl_algorithm_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 moreSource§impl Debug for ossl_algorithm_st
impl Debug for ossl_algorithm_st
impl Copy for ossl_algorithm_st
Auto Trait Implementations§
impl Freeze for ossl_algorithm_st
impl RefUnwindSafe for ossl_algorithm_st
impl !Send for ossl_algorithm_st
impl !Sync for ossl_algorithm_st
impl Unpin for ossl_algorithm_st
impl UnwindSafe for ossl_algorithm_st
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more