Struct oxygengine_script_flow::vm::Vm [−][src]
pub struct Vm { /* fields omitted */ }
Implementations
pub fn register_operation<T>(&mut self, name: &str, operator: T) where
T: VmOperation + 'static,
[src]Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more