#[repr(C)]pub struct crypto_ex_data_st {
pub sk: *mut stack_st_void,
}
Fields§
§sk: *mut stack_st_void
Trait 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 for crypto_ex_data_st
impl PartialEq for crypto_ex_data_st
impl Copy for crypto_ex_data_st
impl Eq for crypto_ex_data_st
impl StructuralPartialEq for crypto_ex_data_st
Auto Trait Implementations§
impl Freeze for crypto_ex_data_st
impl RefUnwindSafe for crypto_ex_data_st
impl !Send for crypto_ex_data_st
impl !Sync for crypto_ex_data_st
impl Unpin for crypto_ex_data_st
impl UnwindSafe for crypto_ex_data_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