Macro vmm_sys_util::generate_fam_struct_impl[][src]

macro_rules! generate_fam_struct_impl {
    ($struct_type : ty, $entry_type : ty, $entries_name : ident, $field_type : ty,
 $field_name : ident, $max : expr) => { ... };
}
Expand description

Generate FamStruct implementation for structs with flexible array member.