#[repr(C)]pub struct crypto_ex_data_st {
pub sk: *mut stack_st_void,
}
Fields
sk: *mut stack_st_void
Trait Implementations
sourceimpl Clone for crypto_ex_data_st
impl Clone for crypto_ex_data_st
sourcefn clone(&self) -> crypto_ex_data_st
fn clone(&self) -> crypto_ex_data_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for crypto_ex_data_st
impl Debug for crypto_ex_data_st
sourceimpl Default for crypto_ex_data_st
impl Default for crypto_ex_data_st
sourceimpl PartialEq<crypto_ex_data_st> for crypto_ex_data_st
impl PartialEq<crypto_ex_data_st> for crypto_ex_data_st
sourcefn eq(&self, other: &crypto_ex_data_st) -> bool
fn eq(&self, other: &crypto_ex_data_st) -> bool
impl Copy for crypto_ex_data_st
impl Eq for crypto_ex_data_st
impl StructuralEq for crypto_ex_data_st
impl StructuralPartialEq for crypto_ex_data_st
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more