Skip to main content

mi_rs_layout_table

Function mi_rs_layout_table 

Source
pub unsafe extern "C" fn mi_rs_layout_table(
    count: *mut usize,
) -> *const MiRsLayoutEntry
Expand description

Publishes what the C compiler laid out for every mirrored type, constant and option in this module. Defined by layout_probe.c (a rust/-side verification artifact, not part of the C library) and consumed by tests/t19_layout.rs.