Struct aws_lc_sys::crypto_ex_data_st
source · #[repr(C)]pub struct crypto_ex_data_st {
pub sk: *mut stack_st_void,
}Fields§
§sk: *mut stack_st_voidTrait Implementations§
source§impl Clone for crypto_ex_data_st
impl Clone for crypto_ex_data_st
source§fn clone(&self) -> crypto_ex_data_st
fn clone(&self) -> crypto_ex_data_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 crypto_ex_data_st
impl Debug for crypto_ex_data_st
source§impl Default for crypto_ex_data_st
impl Default for crypto_ex_data_st
source§impl PartialEq<crypto_ex_data_st> for crypto_ex_data_st
impl PartialEq<crypto_ex_data_st> for crypto_ex_data_st
source§fn eq(&self, other: &crypto_ex_data_st) -> bool
fn eq(&self, other: &crypto_ex_data_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.