pub struct CondvarInner {
pub wait_queue: VecDeque<Arc<TaskControlBlock>>,
}
Fields
wait_queue: VecDeque<Arc<TaskControlBlock>>
Auto Trait Implementations
impl !RefUnwindSafe for CondvarInner
impl Send for CondvarInner
impl Sync for CondvarInner
impl Unpin for CondvarInner
impl !UnwindSafe for CondvarInner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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