1 2 3 4 5 6 7 8 9 10
use material::*; use types::*; #[derive(Clone, Copy)] #[repr(C)] pub struct Layer_t { pub Height: CellDimension_t, pub Material: Material_t, pub Id: String_t, }
1 2 3 4 5 6 7 8 9 10
use material::*; use types::*; #[derive(Clone, Copy)] #[repr(C)] pub struct Layer_t { pub Height: CellDimension_t, pub Material: Material_t, pub Id: String_t, }