pub struct Dihedral { /* private fields */ }
Expand description
二面体群$D_n$
Implementations§
Trait Implementations§
impl Associative for Dihedral
impl Copy for Dihedral
impl Set for Dihedral
Auto Trait Implementations§
impl Freeze for Dihedral
impl RefUnwindSafe for Dihedral
impl Send for Dihedral
impl Sync for Dihedral
impl Unpin for Dihedral
impl UnwindSafe for Dihedral
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