Struct iui::draw::BrushGradientStop [−][src]
#[repr(C)]pub struct BrushGradientStop { pub Pos: f64, pub R: f64, pub G: f64, pub B: f64, pub A: f64, }
Fields
Pos: f64
R: f64
G: f64
B: f64
A: f64
Trait Implementations
impl Copy for uiDrawBrushGradientStop[src]
impl Copy for uiDrawBrushGradientStopimpl Clone for uiDrawBrushGradientStop[src]
impl Clone for uiDrawBrushGradientStopfn clone(&self) -> uiDrawBrushGradientStop[src]
fn clone(&self) -> uiDrawBrushGradientStopReturns 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 uiDrawBrushGradientStop[src]
impl Debug for uiDrawBrushGradientStopAuto Trait Implementations
impl Send for uiDrawBrushGradientStop
impl Send for uiDrawBrushGradientStopimpl Sync for uiDrawBrushGradientStop
impl Sync for uiDrawBrushGradientStop