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