Struct ui_sys::uiDrawBrush [−][src]
Fields
Type: uiDrawBrushType
R: c_double
G: c_double
B: c_double
A: c_double
X0: c_double
Linear: start X; radial: start X.
Y0: c_double
Linear: start Y; radial: start Y.
X1: c_double
Linear: end X; radial: outer circle center X.
Y1: c_double
Linear: end Y; radial: outer circle center Y.
OuterRadius: c_double
Radial gradients only.
Stops: *mut uiDrawBrushGradientStop
NumStops: size_t
Trait Implementations
impl Clone for uiDrawBrush
[src]
[+]
impl Clone for uiDrawBrush
impl Debug for uiDrawBrush
[src]
[+]
impl Debug for uiDrawBrush
Auto Trait Implementations
impl !Send for uiDrawBrush
impl !Send for uiDrawBrush
impl !Sync for uiDrawBrush
impl !Sync for uiDrawBrush