Skip to main content

ISoundSystem_LipSyncData

Trait ISoundSystem_LipSyncData 

Source
pub trait ISoundSystem_LipSyncData: IObject {
    // Provided methods
    fn m_data(self) -> SoundSystem_LipSyncStructData { ... }
    fn set_m_data(self, value: SoundSystem_LipSyncStructData) { ... }
}

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§