pub struct Superellipse {
pub n: f32,
}
Fields§
§n: f32
Implementations§
Trait Implementations§
source§impl Clone for Superellipse
impl Clone for Superellipse
source§fn clone(&self) -> Superellipse
fn clone(&self) -> Superellipse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Superellipse
impl Debug for Superellipse
source§impl Default for Superellipse
impl Default for Superellipse
source§impl PartialEq<Superellipse> for Superellipse
impl PartialEq<Superellipse> for Superellipse
source§fn eq(&self, other: &Superellipse) -> bool
fn eq(&self, other: &Superellipse) -> bool
source§impl PartialOrd<Superellipse> for Superellipse
impl PartialOrd<Superellipse> for Superellipse
source§fn partial_cmp(&self, other: &Superellipse) -> Option<Ordering>
fn partial_cmp(&self, other: &Superellipse) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more