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