Struct cranelift_module::ModuleCompiledFunction
source · [−]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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more