Skip to main content

IMapAction_ProcSyncSkyCastle

Trait IMapAction_ProcSyncSkyCastle 

Source
pub trait IMapAction_ProcSyncSkyCastle: IMapAction_ProcUnitAction {
    // Provided methods
    fn m_moving_sky_castle(self) -> SkyCastle_MovingSkyCastle { ... }
    fn set_m_moving_sky_castle(self, value: SkyCastle_MovingSkyCastle) { ... }
    fn m_is_update(self) -> bool { ... }
    fn set_m_is_update(self, value: bool) { ... }
}

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§