Struct os::sync::condvar::CondvarInner
source · 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§
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