Struct aflak_imgui::AnyTexture[][src]

pub struct AnyTexture(_);

A handle to a texture.

Wraps a fat pointer to an trait object ImTexture.

Methods from Deref<Target = Box<ImTexture>>

Trait Implementations

impl Clone for AnyTexture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ImTexture for AnyTexture
[src]

Query texture size, in pixels (for convenience)

impl Deref for AnyTexture
[src]

Allows to directly use the methods implemnted on AnyTexture

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Send for AnyTexture

impl !Sync for AnyTexture