Struct gfx::shade::core::Program
[−]
[src]
pub struct Program<R> where
R: Resources, { /* fields omitted */ }A program
Methods
impl<R> Program<R> where
R: Resources, [src]
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>, [src]
R: Resources + PartialEq<R>,
fn eq(&self, other: &Program<R>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl<R> Eq for Program<R> where
R: Resources + Eq, [src]
R: Resources + Eq,
impl<R> Hash for Program<R> where
R: Resources + Hash, [src]
R: Resources + Hash,
fn hash<H>(&self, state: &mut H) where
H: Hasher,
H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl<R> Debug for Program<R> where
R: Resources + Debug,
<R as Resources>::Program: Debug, [src]
R: Resources + Debug,
<R as Resources>::Program: Debug,