Struct winapi::wingdi::BITMAP
[−]
[src]
pub struct BITMAP {
pub bmType: LONG,
pub bmWidth: LONG,
pub bmHeight: LONG,
pub bmWidthBytes: LONG,
pub bmPlanes: WORD,
pub bmBitsPixel: WORD,
pub bmBits: LPVOID,
}Fields
bmType | |
bmWidth | |
bmHeight | |
bmWidthBytes | |
bmPlanes | |
bmBitsPixel | |
bmBits |
Trait Implementations
impl Copy for BITMAP[src]
impl Clone for BITMAP[src]
fn clone(&self) -> BITMAP
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