pub struct GradientFillShape {
pub nm: Option<String>,
pub o: Property<f32>,
pub s: Property<Vec2>,
pub e: Property<Vec2>,
pub t: u8,
pub g: GradientColors,
}Fields§
§nm: Option<String>§o: Property<f32>§s: Property<Vec2>§e: Property<Vec2>§t: u8§g: GradientColorsTrait Implementations§
Source§impl Clone for GradientFillShape
impl Clone for GradientFillShape
Source§fn clone(&self) -> GradientFillShape
fn clone(&self) -> GradientFillShape
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 GradientFillShape
impl Debug for GradientFillShape
Source§impl<'de> Deserialize<'de> for GradientFillShape
impl<'de> Deserialize<'de> for GradientFillShape
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GradientFillShape
impl RefUnwindSafe for GradientFillShape
impl Send for GradientFillShape
impl Sync for GradientFillShape
impl Unpin for GradientFillShape
impl UnwindSafe for GradientFillShape
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