Struct webrender_api::image::ExternalImageId
source · #[repr(C)]pub struct ExternalImageId(pub u64);
Expand description
An arbitrary identifier for an external image provided by the application. It must be a unique identifier for each external image.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for ExternalImageId
impl Clone for ExternalImageId
source§fn clone(&self) -> ExternalImageId
fn clone(&self) -> ExternalImageId
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 ExternalImageId
impl Debug for ExternalImageId
source§impl<'de> Deserialize<'de> for ExternalImageId
impl<'de> Deserialize<'de> for ExternalImageId
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 ExternalImageId
impl Hash for ExternalImageId
source§impl PartialEq for ExternalImageId
impl PartialEq for ExternalImageId
source§fn eq(&self, other: &ExternalImageId) -> bool
fn eq(&self, other: &ExternalImageId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ExternalImageId
impl Serialize for ExternalImageId
impl Copy for ExternalImageId
impl Eq for ExternalImageId
impl StructuralPartialEq for ExternalImageId
Auto Trait Implementations§
impl Freeze for ExternalImageId
impl RefUnwindSafe for ExternalImageId
impl Send for ExternalImageId
impl Sync for ExternalImageId
impl Unpin for ExternalImageId
impl UnwindSafe for ExternalImageId
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