Struct gfx::handle::Program [] [src]

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

Program Handle

Methods from Deref<Target = Program<R>>

[src]

Get program info

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

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

[src]