pub trait IGameSound_ResultLoad: IObject {
// Provided methods
fn m_result_list(self) -> SoundSystem_ResultSoundLoadList { ... }
fn set_m_result_list(self, value: SoundSystem_ResultSoundLoadList) { ... }
}Provided Methods§
fn m_result_list(self) -> SoundSystem_ResultSoundLoadList
fn set_m_result_list(self, value: SoundSystem_ResultSoundLoadList)
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.