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