Struct luminance::pixel::PixelFormat[][src]

pub struct PixelFormat {
    pub encoding: Type,
    pub format: Format,
}

A PixelFormat gathers a Type along with a Format.

Fields

Encoding type of the pixel format.

Format of the pixel format.

Trait Implementations

impl Clone for PixelFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PixelFormat
[src]

impl Debug for PixelFormat
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for PixelFormat

impl Sync for PixelFormat