pub struct Parabola { /* private fields */ }Expand description
A parabola descriptor using a vertex and focal parameter.
Implementations§
Trait Implementations§
impl Copy for Parabola
impl StructuralPartialEq for Parabola
Auto Trait Implementations§
impl Freeze for Parabola
impl RefUnwindSafe for Parabola
impl Send for Parabola
impl Sync for Parabola
impl Unpin for Parabola
impl UnsafeUnpin for Parabola
impl UnwindSafe for Parabola
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