Trait Status
Source pub trait Status {
// Required method
fn status(&self) -> Result<bool>;
}
Available on crate feature Implements
only.
Retrieve the status(whether is signaled or not) of a synchronize object
§Failures
On failure, this command returns
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.
Available on crate feature Implements
only.