Struct comlib_math::RuntimeModulus [−][src]
pub struct RuntimeModulus<T>(_);Expand description
Modulus whose value can be selected at runtime.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for RuntimeModulus<T> where
T: RefUnwindSafe,
impl<T> Send for RuntimeModulus<T> where
T: Send,
impl<T> Sync for RuntimeModulus<T> where
T: Sync,
impl<T> Unpin for RuntimeModulus<T> where
T: Unpin,
impl<T> UnwindSafe for RuntimeModulus<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more