Struct cranelift_module::ModuleCompiledFunction [−][src]
pub struct ModuleCompiledFunction { pub size: CodeOffset, }
Expand description
Information about the compiled function.
Fields
size: CodeOffset
The size of the compiled function.
Auto Trait Implementations
impl RefUnwindSafe for ModuleCompiledFunction
impl Send for ModuleCompiledFunction
impl Sync for ModuleCompiledFunction
impl Unpin for ModuleCompiledFunction
impl UnwindSafe for ModuleCompiledFunction