pub struct Arc {
pub x1: f32,
pub y1: f32,
pub x2: f32,
pub y2: f32,
pub radius: f32,
pub sweep_flag: bool,
}
Fields§
§x1: f32
§y1: f32
§x2: f32
§y2: f32
§radius: f32
§sweep_flag: bool
Implementations§
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