Struct gfx_core::handle::RawPipelineState [] [src]

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

Raw Pipeline State Handle

Trait Implementations

impl<R: Clone + Resources> Clone for RawPipelineState<R> where
    R::PipelineStateObject: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Resources> Debug for RawPipelineState<R> where
    R::PipelineStateObject: Debug
[src]

Formats the value using the given formatter.

impl<R: PartialEq + Resources> PartialEq for RawPipelineState<R> where
    R::PipelineStateObject: PartialEq
[src]

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

This method tests for !=.