Skip to main content

IVolumeComponent

Trait IVolumeComponent 

Source
pub trait IVolumeComponent: IScriptableObject {
    // Provided methods
    fn active(self) -> bool { ... }
    fn set_active(self, value: bool) { ... }
    fn m_advanced_mode(self) -> bool { ... }
    fn set_m_advanced_mode(self, value: bool) { ... }
}

Provided Methods§

Source

fn active(self) -> bool

Source

fn set_active(self, value: bool)

Source

fn m_advanced_mode(self) -> bool

Source

fn set_m_advanced_mode(self, value: bool)

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§