pub struct ArcEllipse {
pub large_arc: bool,
pub sweep: bool,
pub radius_x: Unit,
pub radius_y: Unit,
pub rotation: Unit,
pub target: Point,
}Fields§
§large_arc: bool§sweep: bool§radius_x: Unit§radius_y: Unit§rotation: Unit§target: PointTrait Implementations§
Source§impl Clone for ArcEllipse
impl Clone for ArcEllipse
Source§fn clone(&self) -> ArcEllipse
fn clone(&self) -> ArcEllipse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ArcEllipse
impl RefUnwindSafe for ArcEllipse
impl Send for ArcEllipse
impl Sync for ArcEllipse
impl Unpin for ArcEllipse
impl UnwindSafe for ArcEllipse
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