#[repr(C)]pub struct Pie {
pub cx: f64,
pub cy: f64,
pub rx: f64,
pub ry: f64,
pub start: f64,
pub sweep: f64,
}Fields§
§cx: f64§cy: f64§rx: f64§ry: f64§start: f64§sweep: f64Trait Implementations§
impl ArrayType for Pie
impl Copy for Pie
impl Geometry for Pie
impl StructuralPartialEq for Pie
Auto Trait Implementations§
impl Freeze for Pie
impl RefUnwindSafe for Pie
impl Send for Pie
impl Sync for Pie
impl Unpin for Pie
impl UnwindSafe for Pie
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