Struct gfx::shade::core::Program [−][src]
pub struct Program<R> where
R: Resources, { /* fields omitted */ }
A program
Implementations
impl<R> Program<R> where
R: Resources,
[src][−]
R: Resources,
pub fn get_info(&self) -> &ProgramInfo
[src][−]
Get program info
Trait Implementations
impl<R> Debug for Program<R> where
R: Debug + Resources,
<R as Resources>::Program: Debug,
[src][+]
R: Debug + Resources,
<R as Resources>::Program: Debug,
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,
impl<R> PartialEq<Program<R>> for Program<R> where
R: Resources + PartialEq<R>,
[src][+]
R: Resources + PartialEq<R>,
Auto Trait Implementations
impl<R> RefUnwindSafe for Program<R> where
<R as Resources>::Program: RefUnwindSafe,
<R as Resources>::Program: RefUnwindSafe,
impl<R> Send for Program<R>
impl<R> Sync for Program<R>
impl<R> Unpin for Program<R> where
<R as Resources>::Program: Unpin,
<R as Resources>::Program: Unpin,
impl<R> UnwindSafe for Program<R> where
<R as Resources>::Program: UnwindSafe,
<R as Resources>::Program: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,