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]

[src]

Trait Implementations

impl Clone for PipelineId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PipelineId
[src]

impl Debug for PipelineId
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for PipelineId
[src]

impl Hash for PipelineId
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for PipelineId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.