Skip to main content

IMapDeployTemplate_1_QueueMethods

Trait IMapDeployTemplate_1_QueueMethods 

Source
pub trait IMapDeployTemplate_1_QueueMethods<T0: ClassIdentity>: ClassIdentity {
Show 14 methods // Provided methods fn set(self, x: i32, z: i32, dir: Dir_Type, cost: i32) where Self: Sized { ... } fn next(self) where Self: Sized { ... } fn reset_index(self) where Self: Sized { ... } fn get_current(self) -> MapDeployTemplate_1_Queue_Data<T0> where Self: Sized { ... } fn set_current(self, value: MapDeployTemplate_1_Queue_Data<T0>) where Self: Sized { ... } fn get_current_x(self) -> i32 where Self: Sized { ... } fn set_current_x(self, value: i32) where Self: Sized { ... } fn get_current_z(self) -> i32 where Self: Sized { ... } fn set_current_z(self, value: i32) where Self: Sized { ... } fn get_current_dir(self) -> Dir_Type where Self: Sized { ... } fn set_current_dir(self, value: Dir_Type) where Self: Sized { ... } fn get_current_cost(self) -> i32 where Self: Sized { ... } fn set_current_cost(self, value: i32) where Self: Sized { ... } fn ctor(self) where Self: Sized { ... }
}

Provided Methods§

Source

fn set(self, x: i32, z: i32, dir: Dir_Type, cost: i32)
where Self: Sized,

Source

fn next(self)
where Self: Sized,

Source

fn reset_index(self)
where Self: Sized,

Source

fn get_current(self) -> MapDeployTemplate_1_Queue_Data<T0>
where Self: Sized,

Source

fn set_current(self, value: MapDeployTemplate_1_Queue_Data<T0>)
where Self: Sized,

Source

fn get_current_x(self) -> i32
where Self: Sized,

Source

fn set_current_x(self, value: i32)
where Self: Sized,

Source

fn get_current_z(self) -> i32
where Self: Sized,

Source

fn set_current_z(self, value: i32)
where Self: Sized,

Source

fn get_current_dir(self) -> Dir_Type
where Self: Sized,

Source

fn set_current_dir(self, value: Dir_Type)
where Self: Sized,

Source

fn get_current_cost(self) -> i32
where Self: Sized,

Source

fn set_current_cost(self, value: i32)
where Self: Sized,

Source

fn ctor(self)
where Self: Sized,

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§