Enum pax_message::ColorVariantMessage
source · #[repr(C)]pub enum ColorVariantMessage {
Hlca([f64; 4]),
Hlc([f64; 3]),
Rgba([f64; 4]),
Rgb([f64; 3]),
}Variants§
Trait Implementations§
source§impl Clone for ColorVariantMessage
impl Clone for ColorVariantMessage
source§fn clone(&self) -> ColorVariantMessage
fn clone(&self) -> ColorVariantMessage
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 ColorVariantMessage
impl Debug for ColorVariantMessage
source§impl Default for ColorVariantMessage
impl Default for ColorVariantMessage
source§impl PartialEq for ColorVariantMessage
impl PartialEq for ColorVariantMessage
source§fn eq(&self, other: &ColorVariantMessage) -> bool
fn eq(&self, other: &ColorVariantMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ColorVariantMessage
impl Serialize for ColorVariantMessage
impl StructuralPartialEq for ColorVariantMessage
Auto Trait Implementations§
impl RefUnwindSafe for ColorVariantMessage
impl Send for ColorVariantMessage
impl Sync for ColorVariantMessage
impl Unpin for ColorVariantMessage
impl UnwindSafe for ColorVariantMessage
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