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