W3cubDocs

/Rust

Struct std::sync::WaitTimeoutResult

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 [src]

Returns whether the wait was known to have timed out.

Trait Implementations

impl Debug for WaitTimeoutResult [src]

Formats the value using the given formatter.

impl PartialEq for WaitTimeoutResult [src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WaitTimeoutResult [src]

impl Copy for WaitTimeoutResult [src]

impl Clone for WaitTimeoutResult [src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/sync/struct.WaitTimeoutResult.html