pub struct Factor<T: Coeff> {
pub base: Base<T>,
pub power: i32,
}Fields§
§base: Base<T>§power: i32Implementations§
Trait Implementations§
Source§impl<T: Coeff> Ord for Factor<T>
impl<T: Coeff> Ord for Factor<T>
Source§impl<T: Coeff> PartialOrd for Factor<T>
impl<T: Coeff> PartialOrd for Factor<T>
impl<T: Eq + Coeff> Eq for Factor<T>
impl<T: Coeff> StructuralPartialEq for Factor<T>
Auto Trait Implementations§
impl<T> Freeze for Factor<T>
impl<T> RefUnwindSafe for Factor<T>where
T: RefUnwindSafe,
impl<T> Send for Factor<T>where
T: Send,
impl<T> Sync for Factor<T>where
T: Sync,
impl<T> Unpin for Factor<T>where
T: Unpin,
impl<T> UnwindSafe for Factor<T>where
T: UnwindSafe,
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