Skip to main content

IUtility_GPUBuffer_1

Trait IUtility_GPUBuffer_1 

Source
pub trait IUtility_GPUBuffer_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn buffer(self) -> IntPtr { ... }
    fn set_buffer(self, value: IntPtr) { ... }
}

Provided Methods§

Source

fn buffer(self) -> IntPtr

Source

fn set_buffer(self, value: IntPtr)

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§