pub struct EllipseResult {
pub opset: OpSet,
pub estimated_points: Vec<Point<f64>>,
}
Fields§
§opset: OpSet
§estimated_points: Vec<Point<f64>>
Auto Trait Implementations§
impl Freeze for EllipseResult
impl RefUnwindSafe for EllipseResult
impl Send for EllipseResult
impl Sync for EllipseResult
impl Unpin for EllipseResult
impl UnwindSafe for EllipseResult
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