pub struct LiftedProductBinaryChecks {
pub num_cols: usize,
pub h_x: Vec<Vec<usize>>,
pub h_z: Vec<Vec<usize>>,
}Expand description
Binary CSS checks after applying regular group lifts.
Fields§
§num_cols: usize§h_x: Vec<Vec<usize>>§h_z: Vec<Vec<usize>>Trait Implementations§
Source§impl Clone for LiftedProductBinaryChecks
impl Clone for LiftedProductBinaryChecks
Source§fn clone(&self) -> LiftedProductBinaryChecks
fn clone(&self) -> LiftedProductBinaryChecks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LiftedProductBinaryChecks
impl Debug for LiftedProductBinaryChecks
impl Eq for LiftedProductBinaryChecks
impl StructuralPartialEq for LiftedProductBinaryChecks
Auto Trait Implementations§
impl Freeze for LiftedProductBinaryChecks
impl RefUnwindSafe for LiftedProductBinaryChecks
impl Send for LiftedProductBinaryChecks
impl Sync for LiftedProductBinaryChecks
impl Unpin for LiftedProductBinaryChecks
impl UnsafeUnpin for LiftedProductBinaryChecks
impl UnwindSafe for LiftedProductBinaryChecks
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