Struct windows_sys::Win32::Graphics::Gdi::BITMAPINFO
#[repr(C)]pub struct BITMAPINFO {
pub bmiHeader: BITMAPINFOHEADER,
pub bmiColors: [RGBQUAD; 1],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more