pub struct circle;Expand description
HTML <circle> element - Draws a circle in SVG
Example:
<circle cx="50" cy="50" r="40" fill="red" />
Trait Implementations§
Auto Trait Implementations§
impl Freeze for circle
impl RefUnwindSafe for circle
impl Send for circle
impl Sync for circle
impl Unpin for circle
impl UnwindSafe for circle
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