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
size: u32
pix_width: i32
pix_height: i32
bpp: u16
method: CompressionMethod
colors: u32
Trait Implementations
impl Debug for BitmapV5Header[src]
impl Clone for BitmapV5Header[src]
fn clone(&self) -> BitmapV5Header
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more