Skip to main content

IMapDispos_ActualData

Trait IMapDispos_ActualData 

Source
pub trait IMapDispos_ActualData: IObject {
Show 18 methods // Provided methods fn m_data(self) -> DisposData { ... } fn set_m_data(self, value: DisposData) { ... } fn m_position_data(self) -> DisposData { ... } fn set_m_position_data(self, value: DisposData) { ... } fn m_calc_result(self) -> MapDispos_ActualData_CalcResults { ... } fn set_m_calc_result(self, value: MapDispos_ActualData_CalcResults) { ... } fn m_unit_index(self) -> i32 { ... } fn set_m_unit_index(self, value: i32) { ... } fn m_calc_appear_x(self) -> i32 { ... } fn set_m_calc_appear_x(self, value: i32) { ... } fn m_calc_appear_z(self) -> i32 { ... } fn set_m_calc_appear_z(self, value: i32) { ... } fn m_calc_dispos_x(self) -> i32 { ... } fn set_m_calc_dispos_x(self, value: i32) { ... } fn m_calc_dispos_z(self) -> i32 { ... } fn set_m_calc_dispos_z(self, value: i32) { ... } fn m_direction(self) -> DisposData_Directions { ... } fn set_m_direction(self, value: DisposData_Directions) { ... }
}

Provided Methods§

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§