Struct libcdio_sys::__pthread_mutex_s
source · #[repr(C)]pub struct __pthread_mutex_s {
pub __lock: c_int,
pub __count: c_uint,
pub __owner: c_int,
pub __kind: c_int,
pub __nusers: c_uint,
pub __bindgen_anon_1: __pthread_mutex_s__bindgen_ty_1,
}Fields
__lock: c_int__count: c_uint__owner: c_int__kind: c_int__nusers: c_uint__bindgen_anon_1: __pthread_mutex_s__bindgen_ty_1Auto Trait Implementations
impl RefUnwindSafe for __pthread_mutex_s
impl !Send for __pthread_mutex_s
impl !Sync for __pthread_mutex_s
impl Unpin for __pthread_mutex_s
impl UnwindSafe for __pthread_mutex_s
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