pub struct GeneralSettings {
pub non_overlapping_column_selection: bool,
pub num_columns_to_choose: usize,
pub early_branching_in_lds: bool,
pub early_branching_in_main: bool,
}
Fields§
§non_overlapping_column_selection: bool
§num_columns_to_choose: usize
§early_branching_in_lds: bool
§early_branching_in_main: bool
Trait Implementations§
Source§impl Clone for GeneralSettings
impl Clone for GeneralSettings
Source§fn clone(&self) -> GeneralSettings
fn clone(&self) -> GeneralSettings
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 moreAuto Trait Implementations§
impl Freeze for GeneralSettings
impl RefUnwindSafe for GeneralSettings
impl Send for GeneralSettings
impl Sync for GeneralSettings
impl Unpin for GeneralSettings
impl UnwindSafe for GeneralSettings
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