Struct gdnative::Color [] [src]

#[repr(C)]
pub struct Color { pub r: f32, pub g: f32, pub b: f32, pub a: f32, }

Fields

Methods

impl Color
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Color
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Color
[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<'l> From<&'l Color> for Variant
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Color

impl Sync for Color