#[repr(C)]pub struct tagBITMAPCOREINFO {
pub bmciHeader: BITMAPCOREHEADER,
pub bmciColors: [RGBTRIPLE; 1],
}Fields§
§bmciHeader: BITMAPCOREHEADER§bmciColors: [RGBTRIPLE; 1]Trait Implementations§
Source§impl Clone for tagBITMAPCOREINFO
impl Clone for tagBITMAPCOREINFO
Source§fn clone(&self) -> tagBITMAPCOREINFO
fn clone(&self) -> tagBITMAPCOREINFO
Returns a duplicate 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 tagBITMAPCOREINFO
impl Debug for tagBITMAPCOREINFO
impl Copy for tagBITMAPCOREINFO
Auto Trait Implementations§
impl Freeze for tagBITMAPCOREINFO
impl RefUnwindSafe for tagBITMAPCOREINFO
impl Send for tagBITMAPCOREINFO
impl Sync for tagBITMAPCOREINFO
impl Unpin for tagBITMAPCOREINFO
impl UnwindSafe for tagBITMAPCOREINFO
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