pub struct ComposePhasePolyBoxes {
pub min_size: u32,
}Expand description
Compose Phase-Polynomial boxes configuration.
Fields§
§min_size: u32Minimal number of CX gates per phase.
Trait Implementations§
Source§impl Clone for ComposePhasePolyBoxes
impl Clone for ComposePhasePolyBoxes
Source§fn clone(&self) -> ComposePhasePolyBoxes
fn clone(&self) -> ComposePhasePolyBoxes
Returns a duplicate of the value. Read more
1.0.0 · 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 ComposePhasePolyBoxes
impl Debug for ComposePhasePolyBoxes
Source§impl<'de> Deserialize<'de> for ComposePhasePolyBoxes
impl<'de> Deserialize<'de> for ComposePhasePolyBoxes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ComposePhasePolyBoxes
impl PartialEq for ComposePhasePolyBoxes
Source§impl Serialize for ComposePhasePolyBoxes
impl Serialize for ComposePhasePolyBoxes
impl StructuralPartialEq for ComposePhasePolyBoxes
Auto Trait Implementations§
impl Freeze for ComposePhasePolyBoxes
impl RefUnwindSafe for ComposePhasePolyBoxes
impl Send for ComposePhasePolyBoxes
impl Sync for ComposePhasePolyBoxes
impl Unpin for ComposePhasePolyBoxes
impl UnwindSafe for ComposePhasePolyBoxes
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