pub enum GcdMethod {
Euclidean,
Subresultant,
Modular,
}Expand description
GCD computation method.
Variants§
Trait Implementations§
impl Copy for GcdMethod
impl Eq for GcdMethod
impl StructuralPartialEq for GcdMethod
Auto Trait Implementations§
impl Freeze for GcdMethod
impl RefUnwindSafe for GcdMethod
impl Send for GcdMethod
impl Sync for GcdMethod
impl Unpin for GcdMethod
impl UnsafeUnpin for GcdMethod
impl UnwindSafe for GcdMethod
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