#[repr(C)]pub struct BITMAPINFO {
pub bmiHeader: BITMAPINFOHEADER,
pub bmiColors: [RGBQUAD; 1],
}
Fields§
§bmiHeader: BITMAPINFOHEADER
§bmiColors: [RGBQUAD; 1]
Trait Implementations§
Source§impl Clone for BITMAPINFO
impl Clone for BITMAPINFO
Source§fn clone(&self) -> BITMAPINFO
fn clone(&self) -> BITMAPINFO
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 Debug for BITMAPINFO
impl Debug for BITMAPINFO
Source§impl Default for BITMAPINFO
impl Default for BITMAPINFO
Source§fn default() -> BITMAPINFO
fn default() -> BITMAPINFO
Returns the “default value” for a type. Read more
impl Copy for BITMAPINFO
Auto Trait Implementations§
impl Freeze for BITMAPINFO
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