pub struct PowPrec<M>where
M: MIntConvert<usize>,{
period: usize,
sqn: usize,
p0: Vec<MInt<M>>,
p1: Vec<MInt<M>>,
}Fields§
§period: usize§sqn: usize§p0: Vec<MInt<M>>§p1: Vec<MInt<M>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for PowPrec<M>
impl<M> RefUnwindSafe for PowPrec<M>
impl<M> Send for PowPrec<M>
impl<M> Sync for PowPrec<M>
impl<M> Unpin for PowPrec<M>
impl<M> UnwindSafe for PowPrec<M>
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