pub struct NumVars(/* private fields */);Expand description
The number of variables in a multilinear polynomial.
Implementations§
Trait Implementations§
impl Copy for NumVars
impl Eq for NumVars
impl StructuralPartialEq for NumVars
Auto Trait Implementations§
impl Freeze for NumVars
impl RefUnwindSafe for NumVars
impl Send for NumVars
impl Sync for NumVars
impl Unpin for NumVars
impl UnsafeUnpin for NumVars
impl UnwindSafe for NumVars
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