#[repr(C)]pub struct mbedtls_threading_mutex_t {
pub mutex: pthread_mutex_t,
pub is_valid: c_char,
/* private fields */
}
Fields§
§mutex: pthread_mutex_t
§is_valid: c_char
Trait Implementations§
Source§impl Clone for mbedtls_threading_mutex_t
impl Clone for mbedtls_threading_mutex_t
Source§fn clone(&self) -> mbedtls_threading_mutex_t
fn clone(&self) -> mbedtls_threading_mutex_t
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 mbedtls_threading_mutex_t
impl Default for mbedtls_threading_mutex_t
impl Copy for mbedtls_threading_mutex_t
Auto Trait Implementations§
impl Freeze for mbedtls_threading_mutex_t
impl RefUnwindSafe for mbedtls_threading_mutex_t
impl Send for mbedtls_threading_mutex_t
impl Sync for mbedtls_threading_mutex_t
impl Unpin for mbedtls_threading_mutex_t
impl UnwindSafe for mbedtls_threading_mutex_t
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