pub struct MonomialIndex(pub usize);Expand description
The index of a monomial in a polynomial.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for MonomialIndex
impl Clone for MonomialIndex
Source§fn clone(&self) -> MonomialIndex
fn clone(&self) -> MonomialIndex
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 MonomialIndex
impl Debug for MonomialIndex
Source§impl PartialEq for MonomialIndex
impl PartialEq for MonomialIndex
impl Copy for MonomialIndex
impl Eq for MonomialIndex
impl StructuralPartialEq for MonomialIndex
Auto Trait Implementations§
impl Freeze for MonomialIndex
impl RefUnwindSafe for MonomialIndex
impl Send for MonomialIndex
impl Sync for MonomialIndex
impl Unpin for MonomialIndex
impl UnwindSafe for MonomialIndex
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