Searched refs:native_struct_array (Results 1 – 1 of 1) sorted by relevance
317 …let native_struct_array: [&NestedStruct; ARRAY_SIZE] = array_init::from_iter(xs.0.iter().map(|x| &… in prop_struct() localVariable320 native_struct_array[i].push(&mut test_buf[offset..offset + NESTED_STRUCT_SIZE], &[]); in prop_struct()324 assert_eq!(got, native_struct_array); in prop_struct()