pub struct StrengthReduce;Expand description
Strength reduction pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrengthReduce
impl RefUnwindSafe for StrengthReduce
impl Send for StrengthReduce
impl Sync for StrengthReduce
impl Unpin for StrengthReduce
impl UnsafeUnpin for StrengthReduce
impl UnwindSafe for StrengthReduce
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