Struct touptek::Image [] [src]

pub struct Image {
    pub resolution: Resolution,
    pub bits: u32,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Image
[src]

Formats the value using the given formatter.