pub enum Domain {
D1,
D2,
D4,
D8,
}
Expand description
The different multiplicaive domain sizes that can be used by the polynomials. We do support up to 8 times the size of the original domain for now.
Variants§
Trait Implementations§
source§impl PartialEq<Domain> for Domain
impl PartialEq<Domain> for Domain
impl Copy for Domain
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
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