MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / eq

Method eq

os/src/timer.rs:33–35  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

31
32impl PartialEq for TimerCondVar {
33 fn eq(&self, other: &Self) -> bool {
34 self.expire_ms == other.expire_ms
35 }
36}
37impl Eq for TimerCondVar {}
38impl PartialOrd for TimerCondVar {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected