pub enum DrawableType {
Line,
Rectangle,
Ellipse,
Circle,
LinearPath,
Arc,
Curve,
Polygon,
Path,
}
Variants§
Auto Trait Implementations§
impl Freeze for DrawableType
impl RefUnwindSafe for DrawableType
impl Send for DrawableType
impl Sync for DrawableType
impl Unpin for DrawableType
impl UnwindSafe for DrawableType
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