Macro azul_wr_malloc_size_of::malloc_size_of_is_0[][src]

macro_rules! malloc_size_of_is_0 {
    ($($ty : ty), +) => { ... };
    ($($ty : ident < $($gen : ident), + >), +) => { ... };
}
Expand description

For use on types where size_of() returns 0.