Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs22 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), CompileError> { in is_c_repr() function
71 is_c_repr(&input, "#[derive(offsets)]")?; in derive_offsets_or_error()