Struct palette::encoding::gamma::F2p2[][src]

pub struct F2p2;

Represents 2.2f32.

Trait Implementations

impl Copy for F2p2
[src]

impl Clone for F2p2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for F2p2
[src]

Formats the value using the given formatter. Read more

impl PartialEq for F2p2
[src]

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

This method tests for !=.

impl Eq for F2p2
[src]

impl Number for F2p2
[src]

VALUE: f32 = 2.2

The represented number.

Auto Trait Implementations

impl Send for F2p2

impl Sync for F2p2