Skip to main content

IMapTarget_Data

Trait IMapTarget_Data 

Source
pub trait IMapTarget_Data: IObject {
Show 20 methods // Provided methods fn m_index(self) -> u8 { ... } fn set_m_index(self, value: u8) { ... } fn m_unit(self) -> Unit { ... } fn set_m_unit(self, value: Unit) { ... } fn m_x(self) -> i8 { ... } fn set_m_x(self, value: i8) { ... } fn m_z(self) -> i8 { ... } fn set_m_z(self, value: i8) { ... } fn m_x1(self) -> i8 { ... } fn set_m_x1(self, value: i8) { ... } fn m_z1(self) -> i8 { ... } fn set_m_z1(self, value: i8) { ... } fn m_x2(self) -> i8 { ... } fn set_m_x2(self, value: i8) { ... } fn m_z2(self) -> i8 { ... } fn set_m_z2(self, value: i8) { ... } fn m_item_mask(self) -> u32 { ... } fn set_m_item_mask(self, value: u32) { ... } fn m_select_item_index(self) -> i8 { ... } fn set_m_select_item_index(self, value: i8) { ... }
}

Provided Methods§

Source

fn m_index(self) -> u8

Source

fn set_m_index(self, value: u8)

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_x(self) -> i8

Source

fn set_m_x(self, value: i8)

Source

fn m_z(self) -> i8

Source

fn set_m_z(self, value: i8)

Source

fn m_x1(self) -> i8

Source

fn set_m_x1(self, value: i8)

Source

fn m_z1(self) -> i8

Source

fn set_m_z1(self, value: i8)

Source

fn m_x2(self) -> i8

Source

fn set_m_x2(self, value: i8)

Source

fn m_z2(self) -> i8

Source

fn set_m_z2(self, value: i8)

Source

fn m_item_mask(self) -> u32

Source

fn set_m_item_mask(self, value: u32)

Source

fn m_select_item_index(self) -> i8

Source

fn set_m_select_item_index(self, value: i8)

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§