Struct gfx::handle::Program [] [src]

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

Program Handle

Methods

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

[src]

Get program info

Trait Implementations

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

[src]

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

[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more