Struct windows_sys::Win32::Graphics::Gdi::BITMAPCOREINFO
[−]#[repr(C)]pub struct BITMAPCOREINFO {
pub bmciHeader: BITMAPCOREHEADER,
pub bmciColors: [RGBTRIPLE; 1],
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
bmciHeader: BITMAPCOREHEADER
bmciColors: [RGBTRIPLE; 1]
Trait Implementations
impl Clone for BITMAPCOREINFO
impl Clone for BITMAPCOREINFO
impl Copy for BITMAPCOREINFO
Auto Trait Implementations
impl RefUnwindSafe for BITMAPCOREINFO
impl Send for BITMAPCOREINFO
impl Sync for BITMAPCOREINFO
impl Unpin for BITMAPCOREINFO
impl UnwindSafe for BITMAPCOREINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more