#[repr(C)]pub struct UA_Lock {
pub mutex: pthread_mutex_t,
pub mutexCounter: c_int,
}Fields§
§mutex: pthread_mutex_t§mutexCounter: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_Lock
impl RefUnwindSafe for UA_Lock
impl !Send for UA_Lock
impl !Sync for UA_Lock
impl Unpin for UA_Lock
impl UnwindSafe for UA_Lock
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