macro_rules! impl_sized_struct_casts {
($name:ident, $sys_type:path) => { ... };
}Expand description
Build the common casting function impl block for all of the SizedXXX macros.
macro_rules! impl_sized_struct_casts {
($name:ident, $sys_type:path) => { ... };
}Build the common casting function impl block for all of the SizedXXX macros.