Struct iui::draw::LinearGradientBrush [−][src]
pub struct LinearGradientBrush { pub start_x: f64, pub start_y: f64, pub end_x: f64, pub end_y: f64, pub stops: Vec<BrushGradientStop>, }
A brush that paints a linear gradient.
Fields
start_x: f64
start_y: f64
end_x: f64
end_y: f64
stops: Vec<BrushGradientStop>
Trait Implementations
impl Clone for LinearGradientBrush
[src]
impl Clone for LinearGradientBrush
fn clone(&self) -> LinearGradientBrush
[src]
fn clone(&self) -> LinearGradientBrush
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for LinearGradientBrush
[src]
impl Debug for LinearGradientBrush
Auto Trait Implementations
impl Send for LinearGradientBrush
impl Send for LinearGradientBrush
impl Sync for LinearGradientBrush
impl Sync for LinearGradientBrush