Struct bitflags::__core::sync::WaitTimeoutResult 1.5.0
[−]
[src]
pub struct WaitTimeoutResult(_);
A type indicating whether a timed wait on a condition variable returned due to a time out or not.
Methods
impl WaitTimeoutResult
Trait Implementations
Derived Implementations
impl Clone for WaitTimeoutResult
fn clone(&self) -> WaitTimeoutResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for WaitTimeoutResult
impl Eq for WaitTimeoutResult
impl PartialEq<WaitTimeoutResult> for WaitTimeoutResult
fn eq(&self, __arg_0: &WaitTimeoutResult) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WaitTimeoutResult) -> bool
This method tests for !=.