Struct gfx::handle::RawPipelineState [] [src]

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

Raw Pipeline State Handle

Trait Implementations

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

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

This method tests for !=.

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more