Skip to main content

assert_size_and_alignment_eq

Macro assert_size_and_alignment_eq 

Source
macro_rules! assert_size_and_alignment_eq {
    ($int:ty, $uint:ty) => { ... };
}
Expand description

Ensure the two provided types have the same size and alignment.