Struct gfx::handle::Program []

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

Program Handle

Methods from Deref<Target = Program<R>>

Get program info

Trait Implementations

impl<R> Deref for Program<R> where
    R: Resources

impl<R> Eq for Program<R> where
    R: Resources + Eq

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

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

This method tests for !=.

impl<R> Clone for Program<R> where
    R: Resources + Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R> Hash for Program<R> where
    R: Resources + Hash

impl<R> Debug for Program<R> where
    R: Resources + Debug

Formats the value using the given formatter.