pub enum Roundness {
Angular,
SubAngular,
SubRounded,
Rounded,
WellRounded,
Unknown,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Ord for Roundness
impl Ord for Roundness
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Roundness
impl PartialOrd for Roundness
impl Eq for Roundness
impl StructuralPartialEq for Roundness
Auto Trait Implementations§
impl Freeze for Roundness
impl RefUnwindSafe for Roundness
impl Send for Roundness
impl Sync for Roundness
impl Unpin for Roundness
impl UnsafeUnpin for Roundness
impl UnwindSafe for Roundness
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