Struct draw2d::graphics::texture_atlas::SamplerHandle [−][src]
pub struct SamplerHandle(_);
Expand description
A handle which can provide the texture index for a push constant.
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 SamplerHandle
impl Send for SamplerHandle
impl Sync for SamplerHandle
impl Unpin for SamplerHandle
impl UnwindSafe for SamplerHandle
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.