pub struct MillerRabin;
Expand description
Miller-Rabin素数判定法
Trait Implementations§
Source§impl CheckPrime<u64> for MillerRabin
impl CheckPrime<u64> for MillerRabin
Auto Trait Implementations§
impl Freeze for MillerRabin
impl RefUnwindSafe for MillerRabin
impl Send for MillerRabin
impl Sync for MillerRabin
impl Unpin for MillerRabin
impl UnwindSafe for MillerRabin
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