extern struct Array [src]
array kind is followed by this struct
Fields
typ: u32
index_type: u32
nelems: u32
Source
pub const Array = extern struct {
typ: u32,
index_type: u32,
nelems: u32,
}
pub const Array = extern struct {
typ: u32,
index_type: u32,
nelems: u32,
}