Struct gfx::shade::core::Program [−][src]
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,
pub fn hash<H>(&self, state: &mut H) where
H: Hasher,
[src]
H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,