Macro vizia::vg::native_transmutable

macro_rules! native_transmutable {
    ($nt:ty, $rt:ty, $test_fn:ident) => { ... };
}
Expand description

Macro to mark a Rust type as NativeTransmutable and test its layout.