base::id

Type Alias PipelineId

Source
pub type PipelineId = NamespaceIndex<PipelineIndex>;

Aliased Type§

struct PipelineId {
    pub namespace_id: PipelineNamespaceId,
    pub index: Index<PipelineIndex>,
}

Fields§

§namespace_id: PipelineNamespaceId§index: Index<PipelineIndex>

Implementations§

Trait Implementations§

Source§

impl From<PipelineId> for PipelineId

Source§

fn from(pipeline: WebRenderPipelineId) -> Self

Converts to this type from the input type.