Expand description
The set of optimization passes to apply.
Fields
add_default_passes: boolApply the default set of optimization passes.
more_passes: Vec<Pass>Additional passes to apply.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Passes
impl Send for Passes
impl Sync for Passes
impl Unpin for Passes
impl UnwindSafe for Passes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more