Struct num_modular::FixedMersenne
source · pub struct FixedMersenne<const P: u8, const K: umax>();
Expand description
Implementations§
Trait Implementations§
source§impl<const P: u8, const K: umax> Clone for FixedMersenne<P, K>
impl<const P: u8, const K: umax> Clone for FixedMersenne<P, K>
source§fn clone(&self) -> FixedMersenne<P, K>
fn clone(&self) -> FixedMersenne<P, K>
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<const P: u8, const K: umax> Reducer<u128> for FixedMersenne<P, K>
impl<const P: u8, const K: umax> Reducer<u128> for FixedMersenne<P, K>
impl<const P: u8, const K: umax> Copy for FixedMersenne<P, K>
Auto Trait Implementations§
impl<const P: u8, const K: u128> RefUnwindSafe for FixedMersenne<P, K>
impl<const P: u8, const K: u128> Send for FixedMersenne<P, K>
impl<const P: u8, const K: u128> Sync for FixedMersenne<P, K>
impl<const P: u8, const K: u128> Unpin for FixedMersenne<P, K>
impl<const P: u8, const K: u128> UnwindSafe for FixedMersenne<P, K>
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