Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/compile/
H A Druntime.rs154 fn custom_alignment(&self) -> CustomAlignment { in custom_alignment() argument
155 CustomAlignment { in custom_alignment()
175 pub(crate) struct CustomAlignment { struct
180 type State = CustomAlignment; argument
181 fn finish_object(obj: ObjectBuilder<'_>, align: &CustomAlignment) -> Result<Self> { in finish_object()