Struct windows_sys::Win32::Graphics::Gdi::BITMAPINFO
[−]#[repr(C)]pub struct BITMAPINFO {
pub bmiHeader: BITMAPINFOHEADER,
pub bmiColors: [RGBQUAD; 1],
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
bmiHeader: BITMAPINFOHEADER
bmiColors: [RGBQUAD; 1]
Trait Implementations
impl Clone for BITMAPINFO
impl Clone for BITMAPINFO
impl Copy for BITMAPINFO
Auto Trait Implementations
impl RefUnwindSafe for BITMAPINFO
impl Send for BITMAPINFO
impl Sync for BITMAPINFO
impl Unpin for BITMAPINFO
impl UnwindSafe for BITMAPINFO
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