Struct std::sync::WaitTimeoutResult [] [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

fn timed_out(&self) -> bool

Returns whether the wait was known to have timed out.

Trait Implementations

Derived Implementations

impl Clone for WaitTimeoutResult

fn clone(&self) -> WaitTimeoutResult

fn clone_from(&mut self, source: &Self)

impl Copy for WaitTimeoutResult

impl Eq for WaitTimeoutResult

impl PartialEq for WaitTimeoutResult

fn eq(&self, __arg_0: &WaitTimeoutResult) -> bool

fn ne(&self, __arg_0: &WaitTimeoutResult) -> bool

impl Debug for WaitTimeoutResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result