pub struct EllipseParams {
pub rx: f64,
pub ry: f64,
pub increment: f64,
}
Fields§
§rx: f64
§ry: f64
§increment: f64
Auto Trait Implementations§
impl Freeze for EllipseParams
impl RefUnwindSafe for EllipseParams
impl Send for EllipseParams
impl Sync for EllipseParams
impl Unpin for EllipseParams
impl UnwindSafe for EllipseParams
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