pub struct OptimisePhaseGadgets {
pub cx_config: CxConfig,
}Expand description
Phase gadget optimisation configuration.
Fields§
§cx_config: CxConfigPreferred CX configuration.
Trait Implementations§
Source§impl Clone for OptimisePhaseGadgets
impl Clone for OptimisePhaseGadgets
Source§fn clone(&self) -> OptimisePhaseGadgets
fn clone(&self) -> OptimisePhaseGadgets
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 OptimisePhaseGadgets
impl Debug for OptimisePhaseGadgets
Source§impl<'de> Deserialize<'de> for OptimisePhaseGadgets
impl<'de> Deserialize<'de> for OptimisePhaseGadgets
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 OptimisePhaseGadgets
impl PartialEq for OptimisePhaseGadgets
Source§impl Serialize for OptimisePhaseGadgets
impl Serialize for OptimisePhaseGadgets
impl StructuralPartialEq for OptimisePhaseGadgets
Auto Trait Implementations§
impl Freeze for OptimisePhaseGadgets
impl RefUnwindSafe for OptimisePhaseGadgets
impl Send for OptimisePhaseGadgets
impl Sync for OptimisePhaseGadgets
impl Unpin for OptimisePhaseGadgets
impl UnwindSafe for OptimisePhaseGadgets
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