Struct gfx::handle::Program []

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

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

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

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

This method tests for !=.

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

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more