pub struct Arc {
pub point: Point,
pub diameter: i32,
pub start: Angle,
pub sweep: Angle,
pub style: Style,
}
Expand description
A wrapper for draw_arc
.
Fields§
§point: Point
§diameter: i32
§start: Angle
§sweep: Angle
§style: Style
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Arc
impl RefUnwindSafe for Arc
impl Send for Arc
impl Sync for Arc
impl Unpin for Arc
impl UnwindSafe for Arc
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