Struct zng_view_api::image::ImageTextureId
source · pub struct ImageTextureId(/* private fields */);Expand description
Id of an image loaded in a renderer.
The View Process defines the ID.
Implementations§
Trait Implementations§
source§impl Clone for ImageTextureId
impl Clone for ImageTextureId
source§fn clone(&self) -> ImageTextureId
fn clone(&self) -> ImageTextureId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImageTextureId
impl Debug for ImageTextureId
source§impl<'de> Deserialize<'de> for ImageTextureId
impl<'de> Deserialize<'de> for ImageTextureId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for ImageTextureId
impl Hash for ImageTextureId
source§impl PartialEq for ImageTextureId
impl PartialEq for ImageTextureId
source§fn eq(&self, other: &ImageTextureId) -> bool
fn eq(&self, other: &ImageTextureId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ImageTextureId
impl Serialize for ImageTextureId
impl Copy for ImageTextureId
impl Eq for ImageTextureId
impl StructuralPartialEq for ImageTextureId
Auto Trait Implementations§
impl Freeze for ImageTextureId
impl RefUnwindSafe for ImageTextureId
impl Send for ImageTextureId
impl Sync for ImageTextureId
impl Unpin for ImageTextureId
impl UnwindSafe for ImageTextureId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more