mlir
0.4.19
Destroy
Required Methods
destroy
Implementors
In mlir::
ir
mlir
::
ir
Trait
Destroy
Copy item path
Source
pub trait Destroy { // Required method fn
destroy
(&mut self); }
Required Methods
§
Source
fn
destroy
(&mut self)
Implementors
§
Source
§
impl
Destroy
for
Block
Source
§
impl
Destroy
for
Context
Source
§
impl
Destroy
for
Module
Source
§
impl
Destroy
for
Operation
Source
§
impl
Destroy
for
Region
Source
§
impl
Destroy
for
Registry
Source
§
impl
Destroy
for
SymbolTable
Source
§
impl
Destroy
for dyn
IOperation