pub struct ClassCounts {
pub pure_equality: Index,
pub objective_coupled: Index,
pub inequality_coupled: Index,
pub objective_and_inequality_coupled: Index,
}Expand description
Count of candidate blocks broken down by
crate::coupling::AuxiliaryCouplingClass.
Fields§
§pure_equality: Index§objective_coupled: Index§inequality_coupled: Index§objective_and_inequality_coupled: IndexTrait Implementations§
Source§impl Clone for ClassCounts
impl Clone for ClassCounts
Source§fn clone(&self) -> ClassCounts
fn clone(&self) -> ClassCounts
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 ClassCounts
impl Debug for ClassCounts
Source§impl Default for ClassCounts
impl Default for ClassCounts
Source§fn default() -> ClassCounts
fn default() -> ClassCounts
Returns the “default value” for a type. Read more
impl Copy for ClassCounts
Auto Trait Implementations§
impl Freeze for ClassCounts
impl RefUnwindSafe for ClassCounts
impl Send for ClassCounts
impl Sync for ClassCounts
impl Unpin for ClassCounts
impl UnsafeUnpin for ClassCounts
impl UnwindSafe for ClassCounts
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