pub struct ellipse;Expand description
HTML <ellipse> element - Draws an ellipse in SVG
Example:
<ellipse cx="100" cy="50" rx="100" ry="50" fill="yellow" />
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ellipse
impl RefUnwindSafe for ellipse
impl Send for ellipse
impl Sync for ellipse
impl Unpin for ellipse
impl UnwindSafe for ellipse
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