#[repr(C)]pub struct PalettePrefs {
pub pap_Reserved: [LONG; 4],
pub pap_4ColorPens: [UWORD; 32],
pub pap_8ColorPens: [UWORD; 32],
pub pap_Colors: [ColorSpec; 32],
}Fields§
§pap_Reserved: [LONG; 4]§pap_4ColorPens: [UWORD; 32]§pap_8ColorPens: [UWORD; 32]§pap_Colors: [ColorSpec; 32]Trait Implementations§
Source§impl Clone for PalettePrefs
impl Clone for PalettePrefs
Source§fn clone(&self) -> PalettePrefs
fn clone(&self) -> PalettePrefs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PalettePrefs
Auto Trait Implementations§
impl Freeze for PalettePrefs
impl RefUnwindSafe for PalettePrefs
impl Send for PalettePrefs
impl Sync for PalettePrefs
impl Unpin for PalettePrefs
impl UnsafeUnpin for PalettePrefs
impl UnwindSafe for PalettePrefs
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