Struct os::timer::TimerCondVar
source · pub struct TimerCondVar {
pub expire_ms: usize,
pub task: Arc<TaskControlBlock>,
}
Fields§
§expire_ms: usize
§task: Arc<TaskControlBlock>
Trait Implementations§
source§impl Ord for TimerCondVar
impl Ord for TimerCondVar
source§impl PartialEq for TimerCondVar
impl PartialEq for TimerCondVar
source§impl PartialOrd for TimerCondVar
impl PartialOrd for TimerCondVar
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for TimerCondVar
Auto Trait Implementations§
impl Freeze for TimerCondVar
impl !RefUnwindSafe for TimerCondVar
impl Send for TimerCondVar
impl Sync for TimerCondVar
impl Unpin for TimerCondVar
impl !UnwindSafe for TimerCondVar
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