pub struct Hyperbola {
pub name: String,
pub position: Axis2PlacementRef,
pub semi_axis: f64,
pub semi_imag_axis: f64,
}Fields§
§name: String§position: Axis2PlacementRef§semi_axis: f64§semi_imag_axis: f64Trait Implementations§
impl StructuralPartialEq for Hyperbola
Auto Trait Implementations§
impl Freeze for Hyperbola
impl RefUnwindSafe for Hyperbola
impl Send for Hyperbola
impl Sync for Hyperbola
impl Unpin for Hyperbola
impl UnsafeUnpin for Hyperbola
impl UnwindSafe for Hyperbola
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