pub struct SimplifyCfg;Expand description
CFG simplification pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimplifyCfg
impl RefUnwindSafe for SimplifyCfg
impl Send for SimplifyCfg
impl Sync for SimplifyCfg
impl Unpin for SimplifyCfg
impl UnsafeUnpin for SimplifyCfg
impl UnwindSafe for SimplifyCfg
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