pub struct FillShape {
pub nm: Option<String>,
pub c: Property<Vec4>,
pub o: Property<f32>,
pub r: Option<u8>,
}Fields§
§nm: Option<String>§c: Property<Vec4>§o: Property<f32>§r: Option<u8>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FillShape
impl<'de> Deserialize<'de> for FillShape
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 FillShape
impl RefUnwindSafe for FillShape
impl Send for FillShape
impl Sync for FillShape
impl Unpin for FillShape
impl UnwindSafe for FillShape
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