#[repr(C)]pub struct BlobImageKey(pub ImageKey);
Expand description
An opaque identifier describing a blob image registered with WebRender. This is used as a handle to reference blob images, and can be used as an image in display items.
Tuple Fields§
§0: ImageKey
Implementations§
Trait Implementations§
Source§impl Clone for BlobImageKey
impl Clone for BlobImageKey
Source§fn clone(&self) -> BlobImageKey
fn clone(&self) -> BlobImageKey
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 BlobImageKey
impl Debug for BlobImageKey
Source§impl<'de> Deserialize<'de> for BlobImageKey
impl<'de> Deserialize<'de> for BlobImageKey
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 BlobImageKey
impl Hash for BlobImageKey
Source§impl PartialEq for BlobImageKey
impl PartialEq for BlobImageKey
Source§impl Serialize for BlobImageKey
impl Serialize for BlobImageKey
impl Copy for BlobImageKey
impl Eq for BlobImageKey
impl StructuralPartialEq for BlobImageKey
Auto Trait Implementations§
impl Freeze for BlobImageKey
impl RefUnwindSafe for BlobImageKey
impl Send for BlobImageKey
impl Sync for BlobImageKey
impl Unpin for BlobImageKey
impl UnwindSafe for BlobImageKey
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