Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dhost_dynamic.rs66 pub struct ResourceDynamic(HostResource<Dynamic, u32>); struct
80 impl ResourceDynamic { impl
87 pub fn new_own(rep: u32, ty: u32) -> ResourceDynamic { in new_own()
98 pub fn new_borrow(rep: u32, ty: u32) -> ResourceDynamic { in new_borrow()
146 unsafe impl ComponentType for ResourceDynamic { implementation
155 unsafe impl Lower for ResourceDynamic { implementation
175 unsafe impl Lift for ResourceDynamic { implementation
195 impl fmt::Debug for ResourceDynamic { implementation
H A Dany.rs88 pub fn try_into_resource_dynamic(self, store: impl AsContextMut) -> Result<ResourceDynamic> { in try_into_resource_dynamic()
/wasmtime-44.0.1/crates/c-api/src/component/
H A Dval.rs445 fn resource(&self) -> ResourceDynamic { in resource()