Struct melior_next::pass::OperationManager
source · pub struct OperationManager<'a> { /* private fields */ }
Expand description
An operation pass manager.
Implementations§
source§impl<'a> OperationManager<'a>
impl<'a> OperationManager<'a>
Trait Implementations§
source§impl<'a> Clone for OperationManager<'a>
impl<'a> Clone for OperationManager<'a>
source§fn clone(&self) -> OperationManager<'a>
fn clone(&self) -> OperationManager<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more