Struct microbmp::Bitmap [] [src]

pub struct Bitmap {
    pub data: Vec<u8>,
    pub size: u32,
    pub offset: u32,
    pub header: BitmapV5Header,
    pub pixels: Vec<Pixel>,
}

Fields

Methods

impl Bitmap
[src]

Trait Implementations

impl Debug for Bitmap
[src]

Formats the value using the given formatter.

impl Clone for Bitmap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more