#[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: BYTETrait Implementations§
Source§impl Clone for tagPALETTEENTRY
impl Clone for tagPALETTEENTRY
Source§fn clone(&self) -> tagPALETTEENTRY
fn clone(&self) -> tagPALETTEENTRY
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 tagPALETTEENTRY
impl Debug for tagPALETTEENTRY
impl Copy 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