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

Trait Implementations

impl Copy for uiDrawBrushGradientStop
[src]

impl Clone for uiDrawBrushGradientStop
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiDrawBrushGradientStop
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawBrushGradientStop

impl Sync for uiDrawBrushGradientStop