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