pub struct EllipseShape {
pub nm: Option<String>,
pub s: Property<Vec2>,
pub p: Property<Vec2>,
}Fields§
§nm: Option<String>§s: Property<Vec2>§p: Property<Vec2>Trait Implementations§
Source§impl Clone for EllipseShape
impl Clone for EllipseShape
Source§fn clone(&self) -> EllipseShape
fn clone(&self) -> EllipseShape
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 EllipseShape
impl Debug for EllipseShape
Source§impl<'de> Deserialize<'de> for EllipseShape
impl<'de> Deserialize<'de> for EllipseShape
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 EllipseShape
impl RefUnwindSafe for EllipseShape
impl Send for EllipseShape
impl Sync for EllipseShape
impl Unpin for EllipseShape
impl UnwindSafe for EllipseShape
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