Trait opencv::prelude::EventTraitConst [−][src]
pub trait EventTraitConst {
fn as_raw_Event(&self) -> *const c_void;
fn query_if_complete(&self) -> Result<bool> { ... }
}
Required methods
fn as_raw_Event(&self) -> *const c_void
Provided methods
fn query_if_complete(&self) -> Result<bool>
fn query_if_complete(&self) -> Result<bool>
queries an event’s status