pub struct POL { /* private fields */ }
Expand description
polynomial
Implementations§
Auto Trait Implementations§
impl !Freeze for POL
impl !RefUnwindSafe for POL
impl Send for POL
impl !Sync for POL
impl Unpin for POL
impl UnwindSafe for POL
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