macro_rules! native_transmutable {
($nt:ty, $rt:ty) => { ... };
}Expand description
Macro to mark a Rust type as NativeTransmutable and test its layout.
macro_rules! native_transmutable {
($nt:ty, $rt:ty) => { ... };
}Macro to mark a Rust type as NativeTransmutable and test its layout.