pub struct BoxedSafeGcdInverter { /* private fields */ }
Available on crate feature
alloc
only.Expand description
Modular multiplicative inverter based on the Bernstein-Yang method.
See super::SafeGcdInverter
for more information.
Implementations§
Trait Implementations§
Source§impl Clone for BoxedSafeGcdInverter
impl Clone for BoxedSafeGcdInverter
Source§fn clone(&self) -> BoxedSafeGcdInverter
fn clone(&self) -> BoxedSafeGcdInverter
Returns a copy 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 BoxedSafeGcdInverter
impl Debug for BoxedSafeGcdInverter
Auto Trait Implementations§
impl Freeze for BoxedSafeGcdInverter
impl RefUnwindSafe for BoxedSafeGcdInverter
impl Send for BoxedSafeGcdInverter
impl Sync for BoxedSafeGcdInverter
impl Unpin for BoxedSafeGcdInverter
impl UnwindSafe for BoxedSafeGcdInverter
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