[][src]Struct gfx_core::shade::Program

pub struct Program<R: Resources> { /* fields omitted */ }

A program

Implementations

impl<R: Resources> Program<R>[src]

pub fn get_info(&self) -> &ProgramInfo[src]

Get program info

Trait Implementations

impl<R: Debug + Resources> Debug for Program<R> where
    R::Program: Debug
[src]

impl<R: Resources + Eq> Eq for Program<R>[src]

impl<R: Resources + Hash> Hash for Program<R>[src]

impl<R: Resources + PartialEq> PartialEq<Program<R>> for Program<R>[src]

Auto Trait Implementations

impl<R> RefUnwindSafe for Program<R> where
    <R as Resources>::Program: RefUnwindSafe

impl<R> Send for Program<R> where
    <R as Resources>::Program: Send

impl<R> Sync for Program<R> where
    <R as Resources>::Program: Sync

impl<R> Unpin for Program<R> where
    <R as Resources>::Program: Unpin

impl<R> UnwindSafe for Program<R> where
    <R as Resources>::Program: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.