Home
last modified time | relevance | path

Searched refs:mutable_ (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.h160 bool mutable_; member
H A Dgc.hh130 bool mutable_; member
/wasmtime-44.0.1/crates/c-api/src/
H A Dref.rs578 pub mutable_: bool, field
582 let mutability = if ft.mutable_ { in field_type_from_c()