Struct tvm::module::ModuleNode [−][src]
#[repr(C)]pub struct ModuleNode { /* fields omitted */ }
Expand description
Wrapper around TVM module handle which contains an entry function.
The entry function can be applied to an imported module through entry_func
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ModuleNode
impl Send for ModuleNode
impl Sync for ModuleNode
impl Unpin for ModuleNode
impl UnwindSafe for ModuleNode
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