pub struct SwitchConv;Expand description
The pass.
Trait Implementations§
Source§impl Debug for SwitchConv
impl Debug for SwitchConv
Source§impl Pass for SwitchConv
impl Pass for SwitchConv
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 SwitchConv
impl RefUnwindSafe for SwitchConv
impl Send for SwitchConv
impl Sync for SwitchConv
impl Unpin for SwitchConv
impl UnsafeUnpin for SwitchConv
impl UnwindSafe for SwitchConv
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