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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for uiDrawBrushGradientStop
[src]

[src]

Formats the value using the given formatter.