pub struct Sccp;Expand description
Sparse conditional constant propagation pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sccp
impl RefUnwindSafe for Sccp
impl Send for Sccp
impl Sync for Sccp
impl Unpin for Sccp
impl UnsafeUnpin for Sccp
impl UnwindSafe for Sccp
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