Union boring_sys::crypto_mutex_st
source · [−]Fields
alignment: f64padding: [u8; 56]Trait Implementations
sourceimpl Clone for crypto_mutex_st
impl Clone for crypto_mutex_st
sourcefn clone(&self) -> crypto_mutex_st
fn clone(&self) -> crypto_mutex_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 Default for crypto_mutex_st
impl Default for crypto_mutex_st
impl Copy for crypto_mutex_st
Auto Trait Implementations
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
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