pub trait IBatchRendererGroup: IObject {
// Provided methods
fn m_group_handle(self) -> IntPtr { ... }
fn set_m_group_handle(self, value: IntPtr) { ... }
fn m_perform_culling(self) -> BatchRendererGroup_OnPerformCulling { ... }
fn set_m_perform_culling(self, value: BatchRendererGroup_OnPerformCulling) { ... }
}Provided Methods§
fn m_group_handle(self) -> IntPtr
fn set_m_group_handle(self, value: IntPtr)
fn m_perform_culling(self) -> BatchRendererGroup_OnPerformCulling
fn set_m_perform_culling(self, value: BatchRendererGroup_OnPerformCulling)
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.