#[repr(C)]pub struct _pthread_mutex {
pub __pthread_mutex_flags: _pthread_mutex__bindgen_ty_1,
pub __pthread_mutex_lock: _pthread_mutex__bindgen_ty_2,
pub __pthread_mutex_data: upad64_t,
}Fields§
§__pthread_mutex_flags: _pthread_mutex__bindgen_ty_1§__pthread_mutex_lock: _pthread_mutex__bindgen_ty_2§__pthread_mutex_data: upad64_tTrait Implementations§
Source§impl Clone for _pthread_mutex
impl Clone for _pthread_mutex
Source§fn clone(&self) -> _pthread_mutex
fn clone(&self) -> _pthread_mutex
Returns a duplicate 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 moreimpl Copy for _pthread_mutex
Auto Trait Implementations§
impl Freeze for _pthread_mutex
impl RefUnwindSafe for _pthread_mutex
impl Send for _pthread_mutex
impl Sync for _pthread_mutex
impl Unpin for _pthread_mutex
impl UnwindSafe for _pthread_mutex
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