Struct gfx_core::handle::Program [] [src]

pub struct Program<R: Resources>(_, _);

Program Handle

Methods

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

[src]

Get program info

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.