pub struct List([Rgb; 269]);
Tuple Fields§
§0: [Rgb; 269]
Implementations§
Trait Implementations§
source§impl Index<NamedColor> for List
impl Index<NamedColor> for List
source§impl IndexMut<NamedColor> for List
impl IndexMut<NamedColor> for List
impl Copy for List
Auto Trait Implementations§
impl RefUnwindSafe for List
impl Send for List
impl Sync for List
impl Unpin for List
impl UnwindSafe for List
Blanket Implementations§
source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.