macro_rules! check_frame_meta_layout {
($t:ty) => { ... };
}Expand description
Checks that a frame metadata type has valid size and alignment.
macro_rules! check_frame_meta_layout {
($t:ty) => { ... };
}Checks that a frame metadata type has valid size and alignment.