pub trait ILight2DCullResult: IObject {
// Provided methods
fn m_visible_lights(self) -> List_1<Light2D_2> { ... }
fn set_m_visible_lights(self, value: List_1<Light2D_2>) { ... }
}Provided Methods§
fn m_visible_lights(self) -> List_1<Light2D_2>
fn set_m_visible_lights(self, value: List_1<Light2D_2>)
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.