Type Alias Multifield

Source
pub type Multifield = multifield;

Aliased Type§

struct Multifield {
    pub header: typeHeader,
    pub busyCount: u32,
    pub length: u64,
    pub next: *mut multifield,
    pub contents: [clipsValue; 1],
}

Fields§

§header: typeHeader§busyCount: u32§length: u64§next: *mut multifield§contents: [clipsValue; 1]