pub struct RedundantLoad;Expand description
The pass.
Trait Implementations§
Source§impl Debug for RedundantLoad
impl Debug for RedundantLoad
Source§impl Pass for RedundantLoad
impl Pass for RedundantLoad
Source§fn preserves(&self) -> Preserved
fn preserves(&self) -> Preserved
Which analyses still answer the same questions about the function this pass has finished
with as they did about the one it was handed. Read more
Auto Trait Implementations§
impl Freeze for RedundantLoad
impl RefUnwindSafe for RedundantLoad
impl Send for RedundantLoad
impl Sync for RedundantLoad
impl Unpin for RedundantLoad
impl UnsafeUnpin for RedundantLoad
impl UnwindSafe for RedundantLoad
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