Struct color::Rg[][src]

pub struct Rg<T> {
    pub r: T,
    pub g: T,
}

Fields

Trait Implementations

impl<T: Clone> Clone for Rg<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Rg<T>
[src]

impl<T: PartialEq> PartialEq for Rg<T>
[src]

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

This method tests for !=.

impl<T: Eq> Eq for Rg<T>
[src]

impl<T: Debug> Debug for Rg<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Rg<T> where
    T: Send

impl<T> Sync for Rg<T> where
    T: Sync