Struct valora::Colorer [] [src]

pub struct Colorer(_);

Methods

impl Colorer
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Colorer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Colorer
[src]

[src]

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

impl From<Colora> for Colorer
[src]

[src]

Performs the conversion.

impl<F: 'static + Fn(Point) -> Colora> From<F> for Colorer
[src]

[src]

Performs the conversion.

impl<F: 'static + Fn(Point) -> Colora> From<Rc<F>> for Colorer
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Colorer

impl !Sync for Colorer