Struct webrender_api::api::PipelineId
source · #[repr(C)]pub struct PipelineId(pub PipelineSourceId, pub u32);
Expand description
From the point of view of WR, PipelineId
is completely opaque and generic as long as
it’s clonable, serializable, comparable, and hashable.
Tuple Fields§
§0: PipelineSourceId
§1: u32
Implementations§
source§impl PipelineId
impl PipelineId
Trait Implementations§
source§impl Clone for PipelineId
impl Clone for PipelineId
source§fn clone(&self) -> PipelineId
fn clone(&self) -> PipelineId
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 PipelineId
impl Debug for PipelineId
source§impl Default for PipelineId
impl Default for PipelineId
source§impl<'de> Deserialize<'de> for PipelineId
impl<'de> Deserialize<'de> for PipelineId
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 PipelineId
impl Hash for PipelineId
source§impl MallocSizeOf for PipelineId
impl MallocSizeOf for PipelineId
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq<PipelineId> for PipelineId
impl PartialEq<PipelineId> for PipelineId
source§fn eq(&self, other: &PipelineId) -> bool
fn eq(&self, other: &PipelineId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.