pub struct OneHundredTwentyCell;Expand description
Marker for the 120-cell.
Implementations§
Source§impl OneHundredTwentyCell
impl OneHundredTwentyCell
Sourcepub const fn family() -> RegularPolytope4
pub const fn family() -> RegularPolytope4
Returns the 120-cell family enum value.
Trait Implementations§
Source§impl Clone for OneHundredTwentyCell
impl Clone for OneHundredTwentyCell
Source§fn clone(&self) -> OneHundredTwentyCell
fn clone(&self) -> OneHundredTwentyCell
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OneHundredTwentyCell
impl Debug for OneHundredTwentyCell
Source§impl PartialEq for OneHundredTwentyCell
impl PartialEq for OneHundredTwentyCell
Source§fn eq(&self, other: &OneHundredTwentyCell) -> bool
fn eq(&self, other: &OneHundredTwentyCell) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OneHundredTwentyCell
impl Eq for OneHundredTwentyCell
impl StructuralPartialEq for OneHundredTwentyCell
Auto Trait Implementations§
impl Freeze for OneHundredTwentyCell
impl RefUnwindSafe for OneHundredTwentyCell
impl Send for OneHundredTwentyCell
impl Sync for OneHundredTwentyCell
impl Unpin for OneHundredTwentyCell
impl UnsafeUnpin for OneHundredTwentyCell
impl UnwindSafe for OneHundredTwentyCell
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