Struct clucolor::writer::cluColorWriter[][src]

pub struct cluColorWriter<C: cluColor>(_);

Lightweight wrap for generalized color type.

Methods

impl<C: cluColor> cluColorWriter<C>
[src]

Trait Implementations

impl<C: Debug + cluColor> Debug for cluColorWriter<C>
[src]

Formats the value using the given formatter. Read more

impl<C: Clone + cluColor> Clone for cluColorWriter<C>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<C: Eq + cluColor> Eq for cluColorWriter<C>
[src]

impl<C: Hash + cluColor> Hash for cluColorWriter<C>
[src]

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

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

impl<C: Ord + cluColor> Ord for cluColorWriter<C>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<C: PartialEq + cluColor> PartialEq for cluColorWriter<C>
[src]

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

This method tests for !=.

impl<C: PartialOrd + cluColor> PartialOrd for cluColorWriter<C>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<C: cluColor> Display for cluColorWriter<C>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C> Send for cluColorWriter<C> where
    C: Send

impl<C> Sync for cluColorWriter<C> where
    C: Sync