Enum components::GradientType [−]
pub enum GradientType {
Linear(LinearGradient),
Radial(RadialGradient),
}A representation of the RGB (Red, Green, Blue) color space.
Variants
Linear(LinearGradient)Radial(RadialGradient)Trait Implementations
impl Clone for GradientType
impl Clone for GradientTypepub fn clone(&self) -> GradientType
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GradientType
impl Copy for GradientTypeimpl Default for GradientType
impl Default for GradientTypepub fn default() -> GradientType
Auto Trait Implementations
impl RefUnwindSafe for GradientType
impl RefUnwindSafe for GradientTypeimpl Send for GradientType
impl Send for GradientTypeimpl Sync for GradientType
impl Sync for GradientTypeimpl Unpin for GradientType
impl Unpin for GradientTypeimpl UnwindSafe for GradientType
impl UnwindSafe for GradientTypeBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,