Struct ui_sys::uiDrawBrushGradientStop[][src]

#[repr(C)]
pub struct uiDrawBrushGradientStop { pub Pos: c_double, pub R: c_double, pub G: c_double, pub B: c_double, pub A: c_double, }

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