Struct SixHundredCell
pub struct SixHundredCell;Expand description
Marker for the 600-cell.
Implementations§
§impl SixHundredCell
impl SixHundredCell
pub const fn family() -> RegularPolytope4
pub const fn family() -> RegularPolytope4
Returns the 600-cell family enum value.
Trait Implementations§
§impl Clone for SixHundredCell
impl Clone for SixHundredCell
§fn clone(&self) -> SixHundredCell
fn clone(&self) -> SixHundredCell
Returns a duplicate 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 more§impl Debug for SixHundredCell
impl Debug for SixHundredCell
§impl PartialEq for SixHundredCell
impl PartialEq for SixHundredCell
impl Copy for SixHundredCell
impl Eq for SixHundredCell
impl StructuralPartialEq for SixHundredCell
Auto Trait Implementations§
impl Freeze for SixHundredCell
impl RefUnwindSafe for SixHundredCell
impl Send for SixHundredCell
impl Sync for SixHundredCell
impl Unpin for SixHundredCell
impl UnsafeUnpin for SixHundredCell
impl UnwindSafe for SixHundredCell
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