Struct libresolv_sys::pthread_mutex_t
[−]
[src]
pub struct pthread_mutex_t { pub _bindgen_data_: [u64; 5], }
Fields
_bindgen_data_: [u64; 5]
Methods
impl pthread_mutex_t
[src]
unsafe fn __data(&mut self) -> *mut __pthread_mutex_s
unsafe fn __size(&mut self) -> *mut [c_char; 40]
unsafe fn __align(&mut self) -> *mut c_long
Trait Implementations
impl Copy for pthread_mutex_t
[src]
impl Clone for pthread_mutex_t
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more