pub trait IConstantBuffer_TypedConstantBuffer_1<T0: ClassIdentity>: IConstantBuffer_ConstantBufferBase {
// Provided methods
fn m_global_bindings(self) -> HashSet_1<i32> { ... }
fn set_m_global_bindings(self, value: HashSet_1<i32>) { ... }
fn m_data(self) -> Array<T0> { ... }
fn set_m_data(self, value: Array<T0>) { ... }
fn m_gpu_constant_buffer(self) -> ComputeBuffer { ... }
fn set_m_gpu_constant_buffer(self, value: ComputeBuffer) { ... }
}Provided Methods§
fn m_global_bindings(self) -> HashSet_1<i32>
fn set_m_global_bindings(self, value: HashSet_1<i32>)
fn m_data(self) -> Array<T0>
fn set_m_data(self, value: Array<T0>)
fn m_gpu_constant_buffer(self) -> ComputeBuffer
fn set_m_gpu_constant_buffer(self, value: ComputeBuffer)
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.