Struct gdk::RGBA [] [src]

#[repr(C)]
pub struct RGBA { pub red: f64, pub green: f64, pub blue: f64, pub alpha: f64, }

Fields

Methods

impl RGBA
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for RGBA
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RGBA
[src]

impl Debug for RGBA
[src]

[src]

Formats the value using the given formatter.

impl Display for RGBA
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for RGBA
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Hash for RGBA
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for RGBA
[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 RGBA
[src]

impl StaticType for RGBA
[src]

[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for RGBA
[src]

[src]

impl SetValue for RGBA
[src]

[src]

impl SetValueOptional for RGBA
[src]

[src]