Type Alias PatternEntity

Source
pub type PatternEntity = patternEntity;

Aliased Type§

struct PatternEntity {
    pub header: typeHeader,
    pub theInfo: *mut patternEntityRecord,
    pub dependents: *mut c_void,
    pub busyCount: u32,
    pub timeTag: u64,
}

Fields§

§header: typeHeader§theInfo: *mut patternEntityRecord§dependents: *mut c_void§busyCount: u32§timeTag: u64