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