#[repr(C)]pub struct QemuCond {
pub cond: pthread_cond_t,
}Fields§
§cond: pthread_cond_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for QemuCond
impl RefUnwindSafe for QemuCond
impl Send for QemuCond
impl Sync for QemuCond
impl Unpin for QemuCond
impl UnwindSafe for QemuCond
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