Struct winapi::um::wingdi::BITMAPCOREHEADER
source · #[repr(C)]pub struct BITMAPCOREHEADER {
pub bcSize: DWORD,
pub bcWidth: WORD,
pub bcHeight: WORD,
pub bcPlanes: WORD,
pub bcBitCount: WORD,
}
Fields§
§bcSize: DWORD
§bcWidth: WORD
§bcHeight: WORD
§bcPlanes: WORD
§bcBitCount: WORD
Trait Implementations§
source§impl Clone for BITMAPCOREHEADER
impl Clone for BITMAPCOREHEADER
source§fn clone(&self) -> BITMAPCOREHEADER
fn clone(&self) -> BITMAPCOREHEADER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for BITMAPCOREHEADER
impl Default for BITMAPCOREHEADER
source§fn default() -> BITMAPCOREHEADER
fn default() -> BITMAPCOREHEADER
Returns the “default value” for a type. Read more