Skip to main content

IMapImageDanger

Trait IMapImageDanger 

Source
pub trait IMapImageDanger: IMapImageCoreBit {
Show 16 methods // Provided methods fn m_rod(self) -> MapImageCoreBit { ... } fn set_m_rod(self, value: MapImageCoreBit) { ... } fn m_attack_all(self) -> MapImageCoreBit { ... } fn set_m_attack_all(self, value: MapImageCoreBit) { ... } fn m_rod_all(self) -> MapImageCoreBit { ... } fn set_m_rod_all(self, value: MapImageCoreBit) { ... } fn m_gunner_all(self) -> MapImageCoreBit { ... } fn set_m_gunner_all(self, value: MapImageCoreBit) { ... } fn m_is_update(self) -> bool { ... } fn set_m_is_update(self, value: bool) { ... } fn m_update_index(self) -> i32 { ... } fn set_m_update_index(self, value: i32) { ... } fn m_update_targets(self) -> List_1<Unit> { ... } fn set_m_update_targets(self, value: List_1<Unit>) { ... } fn m_map_dnager_deploy(self) -> MapDnagerDeploy { ... } fn set_m_map_dnager_deploy(self, value: MapDnagerDeploy) { ... }
}

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§