#[repr(C)]pub struct pthread_mutex {
pub _address: u8,
}Fields§
§_address: u8Trait 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 moreSource§impl Debug for pthread_mutex
impl Debug for pthread_mutex
impl 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