[go: up one dir, main page]

TextureExtManual

Trait TextureExtManual 

Source
pub trait TextureExtManual: IsA<Texture> + 'static {
    // Provided method
    fn download(&self, data: &mut [u8], stride: usize) { ... }
}
Expand description

Trait containing manually implemented methods of Texture.

Provided Methods§

Source

fn download(&self, data: &mut [u8], stride: usize)

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§