Struct tvm::ir::module::IRModuleNode [−][src]
#[repr(C)]pub struct IRModuleNode {
pub base: Object,
pub functions: Map<GlobalVar, BaseFunc>,
pub type_definitions: Map<GlobalTypeVar, TypeData>,
pub source_map: SourceMap,
}
Fields
base: Object
functions: Map<GlobalVar, BaseFunc>
type_definitions: Map<GlobalTypeVar, TypeData>
source_map: SourceMap
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for IRModuleNode
impl !Send for IRModuleNode
impl !Sync for IRModuleNode
impl Unpin for IRModuleNode
impl UnwindSafe for IRModuleNode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more