pub type Multifield = multifield;Aliased Type§
struct Multifield {
pub header: typeHeader,
pub busyCount: u32,
pub length: u32,
pub next: *mut multifield,
pub contents: [clipsValue; 1],
}Fields§
§header: typeHeader§busyCount: u32§length: u32§next: *mut multifield§contents: [clipsValue; 1]