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

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

Program Handle

Methods

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

fn get_info(&self) -> &ProgramInfo

Get program info

Trait Implementations

Derived Implementations

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

fn eq(&self, __arg_0: &Program<R>) -> bool

fn ne(&self, __arg_0: &Program<R>) -> bool

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

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

fn clone(&self) -> Program<R>

1.0.0fn clone_from(&mut self, source: &Self)