#[repr(C)]pub struct condvar(pub u32);Expand description
A userspace condition variable.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for condvar
impl Eq for condvar
impl StructuralPartialEq for condvar
Auto Trait Implementations§
impl Freeze for condvar
impl RefUnwindSafe for condvar
impl Send for condvar
impl Sync for condvar
impl Unpin for condvar
impl UnwindSafe for condvar
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