Struct webrender_api::PipelineId
[−]
[src]
#[repr(C)]pub struct PipelineId(pub PipelineSourceId, pub u32);
From the point of view of WR, PipelineId
is completely opaque and generic as long as
it's clonable, serializable, comparable, and hashable.
Methods
impl PipelineId
[src]
Trait Implementations
impl Clone for PipelineId
[src]
fn clone(&self) -> PipelineId
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for PipelineId
[src]
impl Debug for PipelineId
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for PipelineId
[src]
impl Hash for PipelineId
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq for PipelineId
[src]
fn eq(&self, __arg_0: &PipelineId) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PipelineId) -> bool
[src]
This method tests for !=
.