Struct loom::sync::WaitTimeoutResult [−][src]
pub struct WaitTimeoutResult(_);
Expand description
A type indicating whether a timed wait on a condition variable returned due to a time out or not.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WaitTimeoutResult
impl Send for WaitTimeoutResult
impl Sync for WaitTimeoutResult
impl Unpin for WaitTimeoutResult
impl UnwindSafe for WaitTimeoutResult