pub struct Passes {
pub add_default_passes: bool,
pub more_passes: Vec<Pass>,
}
Expand description
The set of optimization passes to apply.
Fields§
§add_default_passes: bool
Apply the default set of optimization passes.
more_passes: Vec<Pass>
Additional passes to apply.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Passes
impl RefUnwindSafe for Passes
impl Send for Passes
impl Sync for Passes
impl Unpin for Passes
impl UnwindSafe for Passes
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