Struct mallumo_gls::raw::ClearColor [] [src]

pub struct ClearColor {
    pub r: f32,
    pub g: f32,
    pub b: f32,
    pub a: f32,
}

Fields

Trait Implementations

impl Debug for ClearColor
[src]

[src]

Formats the value using the given formatter.

impl Copy for ClearColor
[src]

impl Clone for ClearColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ClearColor
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ClearColor
[src]

impl Default for ClearColor
[src]

[src]

Returns the "default value" for a type. Read more