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

Provided methods

queries an event’s status

Implementors