Struct winapi::um::wingdi::BITMAPCOREINFO
source · #[repr(C)]pub struct BITMAPCOREINFO {
pub bmciHeader: BITMAPCOREHEADER,
pub bmciColors: [RGBTRIPLE; 1],
}Fields§
§bmciHeader: BITMAPCOREHEADER§bmciColors: [RGBTRIPLE; 1]Trait Implementations§
source§impl Clone for BITMAPCOREINFO
impl Clone for BITMAPCOREINFO
source§fn clone(&self) -> BITMAPCOREINFO
fn clone(&self) -> BITMAPCOREINFO
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 BITMAPCOREINFO
impl Default for BITMAPCOREINFO
source§fn default() -> BITMAPCOREINFO
fn default() -> BITMAPCOREINFO
Returns the “default value” for a type. Read more