#[repr(C)]pub struct PALETTEENTRY {
    pub peRed: BYTE,
    pub peGreen: BYTE,
    pub peBlue: BYTE,
    pub peFlags: BYTE,
}Fields§
§peRed: BYTE§peGreen: BYTE§peBlue: BYTE§peFlags: BYTETrait Implementations§
Source§impl Clone for PALETTEENTRY
 
impl Clone for PALETTEENTRY
Source§fn clone(&self) -> PALETTEENTRY
 
fn clone(&self) -> PALETTEENTRY
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 moreimpl Copy for PALETTEENTRY
Auto Trait Implementations§
impl Freeze for PALETTEENTRY
impl RefUnwindSafe for PALETTEENTRY
impl Send for PALETTEENTRY
impl Sync for PALETTEENTRY
impl Unpin for PALETTEENTRY
impl UnwindSafe for PALETTEENTRY
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