#[repr(C)]pub struct tagPALETTEENTRY {
pub peRed: BYTE,
pub peGreen: BYTE,
pub peBlue: BYTE,
pub peFlags: BYTE,
}
Fields§
§peRed: BYTE
§peGreen: BYTE
§peBlue: BYTE
§peFlags: BYTE
Trait Implementations§
Source§impl Clone for tagPALETTEENTRY
impl Clone for tagPALETTEENTRY
Source§fn clone(&self) -> tagPALETTEENTRY
fn clone(&self) -> tagPALETTEENTRY
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 tagPALETTEENTRY
impl Debug for tagPALETTEENTRY
Source§impl Ord for tagPALETTEENTRY
impl Ord for tagPALETTEENTRY
Source§fn cmp(&self, other: &tagPALETTEENTRY) -> Ordering
fn cmp(&self, other: &tagPALETTEENTRY) -> 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 tagPALETTEENTRY
impl PartialEq for tagPALETTEENTRY
Source§impl PartialOrd for tagPALETTEENTRY
impl PartialOrd for tagPALETTEENTRY
impl Copy for tagPALETTEENTRY
impl Eq for tagPALETTEENTRY
impl StructuralPartialEq for tagPALETTEENTRY
Auto Trait Implementations§
impl Freeze for tagPALETTEENTRY
impl RefUnwindSafe for tagPALETTEENTRY
impl Send for tagPALETTEENTRY
impl Sync for tagPALETTEENTRY
impl Unpin for tagPALETTEENTRY
impl UnwindSafe for tagPALETTEENTRY
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