#[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 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 tagBITMAPCOREINFO
impl Debug for tagBITMAPCOREINFO
Source§impl Ord for tagBITMAPCOREINFO
impl Ord for tagBITMAPCOREINFO
Source§fn cmp(&self, other: &tagBITMAPCOREINFO) -> Ordering
fn cmp(&self, other: &tagBITMAPCOREINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagBITMAPCOREINFO
impl PartialEq for tagBITMAPCOREINFO
Source§impl PartialOrd for tagBITMAPCOREINFO
impl PartialOrd for tagBITMAPCOREINFO
impl Copy for tagBITMAPCOREINFO
impl Eq for tagBITMAPCOREINFO
impl StructuralPartialEq 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