Struct gfx_core::handle::Program [] [src]

pub struct Program<R: Resources>(_);

Program Handle

Methods from Deref<Target = Program<R>>

[src]

Get program info

Trait Implementations

impl<R: Clone + Resources> Clone for Program<R>
[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 Program<R>
[src]

[src]

Formats the value using the given formatter.

impl<R: Eq + Resources> Eq for Program<R>
[src]

impl<R: Hash + Resources> Hash for Program<R>
[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 Program<R>
[src]

[src]

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

[src]

This method tests for !=.

impl<R: Resources> Deref for Program<R>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.