Home
last modified time | relevance | path

Searched defs:instance_mut (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs109 pub fn instance_mut(&mut self) -> Pin<&mut ComponentInstance> { in instance_mut() method
392 pub fn instance_mut(&mut self) -> Pin<&mut ComponentInstance> { in instance_mut() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs1063 fn instance_mut<'b>(&self, store: &'b mut StoreOpaque) -> Pin<&'b mut ComponentInstance> { in instance_mut() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs1759 pub fn instance_mut(&mut self, id: InstanceId) -> Pin<&mut vm::Instance> { in instance_mut() method