Trait gdk4::prelude::TextureExtManual

source ·
pub trait TextureExtManual: Sealed + 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)

Object Safety§

This trait is not object safe.

Implementors§