Struct microbmp::BitmapV5Header [] [src]

pub struct BitmapV5Header {
    pub size: u32,
    pub pix_width: i32,
    pub pix_height: i32,
    pub bpp: u16,
    pub method: CompressionMethod,
    pub colors: u32,
}

Fields

Trait Implementations

impl Debug for BitmapV5Header
[src]

Formats the value using the given formatter.

impl Clone for BitmapV5Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more