#[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: BYTE
Trait Implementations
sourceimpl Clone for PALETTEENTRY
impl Clone for PALETTEENTRY
sourcefn clone(&self) -> PALETTEENTRY
fn clone(&self) -> PALETTEENTRY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PALETTEENTRY
Auto Trait Implementations
impl RefUnwindSafe for PALETTEENTRY
impl Send for PALETTEENTRY
impl Sync for PALETTEENTRY
impl Unpin for PALETTEENTRY
impl UnwindSafe for PALETTEENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more