pub enum DihedralValue {
R(usize),
S(usize),
}
Expand description
二面体群$D_n$の元
Variants§
Trait Implementations§
Source§impl Clone for DihedralValue
impl Clone for DihedralValue
Source§fn clone(&self) -> DihedralValue
fn clone(&self) -> DihedralValue
Returns a copy 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 DihedralValue
impl Debug for DihedralValue
Source§impl PartialEq for DihedralValue
impl PartialEq for DihedralValue
impl Copy for DihedralValue
impl Eq for DihedralValue
impl StructuralPartialEq for DihedralValue
Auto Trait Implementations§
impl Freeze for DihedralValue
impl RefUnwindSafe for DihedralValue
impl Send for DihedralValue
impl Sync for DihedralValue
impl Unpin for DihedralValue
impl UnwindSafe for DihedralValue
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