Skip to main content

IMapHistory_Replay_SaveAsyncThread

Trait IMapHistory_Replay_SaveAsyncThread 

Source
pub trait IMapHistory_Replay_SaveAsyncThread: IObject {
    // Provided methods
    fn m_lock(self) -> IlInstance { ... }
    fn set_m_lock(self, value: IlInstance) { ... }
    fn m_status(self) -> MapHistory_Replay_SaveAsyncThread_Status { ... }
    fn set_m_status(self, value: MapHistory_Replay_SaveAsyncThread_Status) { ... }
    fn m_save_method(self) -> MapHistory_Replay_SaveAsync_SaveMethod { ... }
    fn set_m_save_method(self, value: MapHistory_Replay_SaveAsync_SaveMethod) { ... }
}

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§