Struct pix_engine::texture::TextureId
source · pub struct TextureId(_);Expand description
Texture identifier used to reference and target an internally managed texture.
Methods from Deref<Target = usize>§
Trait Implementations§
source§impl Ord for TextureId
impl Ord for TextureId
source§impl PartialEq<TextureId> for TextureId
impl PartialEq<TextureId> for TextureId
source§impl PartialOrd<TextureId> for TextureId
impl PartialOrd<TextureId> for TextureId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for TextureId
impl Eq for TextureId
impl StructuralEq for TextureId
impl StructuralPartialEq for TextureId
Auto Trait Implementations§
impl RefUnwindSafe for TextureId
impl Send for TextureId
impl Sync for TextureId
impl Unpin for TextureId
impl UnwindSafe for TextureId
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more