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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

impl<R: Hash + Resources> Hash for RawPipelineState<R> where
    R::PipelineStateObject: Hash
[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<R: PartialEq + Resources> PartialEq for RawPipelineState<R> where
    R::PipelineStateObject: PartialEq
[src]

[src]

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

[src]

This method tests for !=.