#[repr(C)]
pub union crypto_mutex_st {
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 moreSource§impl Default for crypto_mutex_st
impl Default for crypto_mutex_st
impl Copy for crypto_mutex_st
Auto Trait Implementations§
impl Freeze for crypto_mutex_st
impl RefUnwindSafe for crypto_mutex_st
impl Send for crypto_mutex_st
impl Sync for crypto_mutex_st
impl Unpin for crypto_mutex_st
impl UnwindSafe for crypto_mutex_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