pub trait IMapAiThreadMethods: IMapAiThread {
// Provided methods
fn ctor(self) { ... }
fn destruct(self) { ... }
fn set_first_run_flag(self) { ... }
fn run(self) { ... }
fn is_wait(self) -> bool { ... }
}Provided Methods§
Sourcefn set_first_run_flag(self)
fn set_first_run_flag(self)
SetFirstRunFlag() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IMapAiThread> IMapAiThreadMethods for __T
Available on crate feature
app-mapaithread only.