pub struct LiftedProductRingShape {
pub h_x_rows: usize,
pub h_z_rows: usize,
pub num_cols: usize,
}Expand description
Ring-level lifted-product matrix shape before regular binary lifting.
Fields§
§h_x_rows: usize§h_z_rows: usize§num_cols: usizeTrait Implementations§
Source§impl Clone for LiftedProductRingShape
impl Clone for LiftedProductRingShape
Source§fn clone(&self) -> LiftedProductRingShape
fn clone(&self) -> LiftedProductRingShape
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 moreimpl Copy for LiftedProductRingShape
Source§impl Debug for LiftedProductRingShape
impl Debug for LiftedProductRingShape
impl Eq for LiftedProductRingShape
Source§impl PartialEq for LiftedProductRingShape
impl PartialEq for LiftedProductRingShape
impl StructuralPartialEq for LiftedProductRingShape
Auto Trait Implementations§
impl Freeze for LiftedProductRingShape
impl RefUnwindSafe for LiftedProductRingShape
impl Send for LiftedProductRingShape
impl Sync for LiftedProductRingShape
impl Unpin for LiftedProductRingShape
impl UnsafeUnpin for LiftedProductRingShape
impl UnwindSafe for LiftedProductRingShape
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