Skip to main content

IEventDemoSequence_SplitViewWork

Trait IEventDemoSequence_SplitViewWork 

Source
pub trait IEventDemoSequence_SplitViewWork: IObject {
    // Provided methods
    fn m_render_texture_handle(self) -> ResourceHandle_2 { ... }
    fn set_m_render_texture_handle(self, value: ResourceHandle_2) { ... }
}

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§