Type Alias GCBlock

Source
pub type GCBlock = gcBlock;

Aliased Type§

struct GCBlock {
    pub newGarbageFrame: garbageFrame,
    pub oldGarbageFrame: *mut garbageFrame,
    pub result: *mut udfValue,
}

Fields§

§newGarbageFrame: garbageFrame§oldGarbageFrame: *mut garbageFrame§result: *mut udfValue