Struct PALETTEENTRY
#[repr(C)]pub struct PALETTEENTRY {
pub peRed: u8,
pub peGreen: u8,
pub peBlue: u8,
pub peFlags: u8,
}
Fields§
§peRed: u8
§peGreen: u8
§peBlue: u8
§peFlags: u8
Trait Implementations§
§impl Clone for PALETTEENTRY
impl Clone for PALETTEENTRY
§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