Struct zaplib::TextureHandle
source · [−]pub struct TextureHandle { /* private fields */ }
Expand description
A pointer to a [CxTexture
] (indexed in Cx::textures
using TextureHandle::texture_id
),
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextureHandle
impl Send for TextureHandle
impl Sync for TextureHandle
impl Unpin for TextureHandle
impl UnwindSafe for TextureHandle
Blanket Implementations
Mutably borrows from an owned value. Read more