pub type CRYPTO_MUTEX = crypto_mutex_st;
Aliased Type§
union CRYPTO_MUTEX {
pub alignment: f64,
pub padding: [u8; 56],
}
Fields§
§alignment: f64
§padding: [u8; 56]
Trait Implementations
Source§impl Clone for crypto_mutex_st
impl Clone for crypto_mutex_st
Source§fn clone(&self) -> crypto_mutex_st
fn clone(&self) -> crypto_mutex_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 more