pub struct AdvanceStep {
pub lever: &'static str,
pub clauses: usize,
pub symmetry_bits: f64,
}Expand description
One step of the self-driving reduction: the lever applied, and the structure remaining after it.
Fields§
§lever: &'static str§clauses: usize§symmetry_bits: f64Trait Implementations§
Source§impl Clone for AdvanceStep
impl Clone for AdvanceStep
Source§fn clone(&self) -> AdvanceStep
fn clone(&self) -> AdvanceStep
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 AdvanceStep
impl Debug for AdvanceStep
Source§impl PartialEq for AdvanceStep
impl PartialEq for AdvanceStep
impl StructuralPartialEq for AdvanceStep
Auto Trait Implementations§
impl Freeze for AdvanceStep
impl RefUnwindSafe for AdvanceStep
impl Send for AdvanceStep
impl Sync for AdvanceStep
impl Unpin for AdvanceStep
impl UnsafeUnpin for AdvanceStep
impl UnwindSafe for AdvanceStep
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