Searched refs:is_c_repr (Results 1 – 1 of 1) sorted by relevance
22 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), CompileError> { in is_c_repr() function71 is_c_repr(&input, "#[derive(offsets)]")?; in derive_offsets_or_error()