Struct libui_ng_sys::uiDrawBrushGradientStop
source · #[repr(C)]pub struct uiDrawBrushGradientStop {
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: f64Trait Implementations§
source§impl Clone for uiDrawBrushGradientStop
impl Clone for uiDrawBrushGradientStop
source§fn clone(&self) -> uiDrawBrushGradientStop
fn clone(&self) -> uiDrawBrushGradientStop
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more