Struct nannou::ui::backend::glium::glium::uniforms::EmptyUniforms[][src]

pub struct EmptyUniforms;

Object that can be used when you don't have any uniforms.

Trait Implementations

impl Clone for EmptyUniforms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EmptyUniforms
[src]

Formats the value using the given formatter. Read more

impl Uniforms for EmptyUniforms
[src]

Calls the parameter once with the name and value of each uniform.

impl Copy for EmptyUniforms
[src]

Auto Trait Implementations