pub struct ConstantP;Trait Implementations§
Source§impl Pass for ConstantP
impl Pass for ConstantP
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
Source§fn required(&self) -> bool
fn required(&self) -> bool
Whether
-fno-<name> is refused, because the pass is not one the compile can do without. Read moreAuto Trait Implementations§
impl Freeze for ConstantP
impl RefUnwindSafe for ConstantP
impl Send for ConstantP
impl Sync for ConstantP
impl Unpin for ConstantP
impl UnsafeUnpin for ConstantP
impl UnwindSafe for ConstantP
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