Skip to main content

IGameSound_ResultLoad

Trait IGameSound_ResultLoad 

Source
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§

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§