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