#[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: f64
Trait Implementations§
Source§impl Clone for uiDrawBrushGradientStop
impl Clone for uiDrawBrushGradientStop
Source§fn clone(&self) -> uiDrawBrushGradientStop
fn clone(&self) -> uiDrawBrushGradientStop
Returns a duplicate 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 moreSource§impl Debug for uiDrawBrushGradientStop
impl Debug for uiDrawBrushGradientStop
impl Copy for uiDrawBrushGradientStop
Auto Trait Implementations§
impl Freeze for uiDrawBrushGradientStop
impl RefUnwindSafe for uiDrawBrushGradientStop
impl Send for uiDrawBrushGradientStop
impl Sync for uiDrawBrushGradientStop
impl Unpin for uiDrawBrushGradientStop
impl UnwindSafe for uiDrawBrushGradientStop
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more