pub struct ReuseGlobalConfig {
pub max_scratch_size: u64,
pub enable_ipa: bool,
pub enable_coloring: bool,
pub enable_linear_scan: bool,
pub max_regions: usize,
}Expand description
Reuse analysis global config
Fields§
§max_scratch_size: u64§enable_ipa: bool§enable_coloring: bool§enable_linear_scan: bool§max_regions: usizeTrait Implementations§
Source§impl Clone for ReuseGlobalConfig
impl Clone for ReuseGlobalConfig
Source§fn clone(&self) -> ReuseGlobalConfig
fn clone(&self) -> ReuseGlobalConfig
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 ReuseGlobalConfig
impl Debug for ReuseGlobalConfig
Source§impl Default for ReuseGlobalConfig
impl Default for ReuseGlobalConfig
Source§fn default() -> ReuseGlobalConfig
fn default() -> ReuseGlobalConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReuseGlobalConfig
impl RefUnwindSafe for ReuseGlobalConfig
impl Send for ReuseGlobalConfig
impl Sync for ReuseGlobalConfig
impl Unpin for ReuseGlobalConfig
impl UnsafeUnpin for ReuseGlobalConfig
impl UnwindSafe for ReuseGlobalConfig
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