Struct gfx::handle::RawPipelineState []

pub struct RawPipelineState<R>(_, _) where R: Resources;

Raw Pipeline State Handle

Trait Implementations

impl<R> Debug for RawPipelineState<R> where R: Resources + Debug,
        R::PipelineStateObject: Debug

Formats the value using the given formatter.

impl<R> PartialEq<RawPipelineState<R>> for RawPipelineState<R> where R: Resources + PartialEq<R>,
        R::PipelineStateObject: PartialEq<R::PipelineStateObject>

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

This method tests for !=.

impl<R> Clone for RawPipelineState<R> where R: Resources + Clone,
        R::PipelineStateObject: Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more