Skip to main content

GcCollection

Type Alias GcCollection 

Source
pub type GcCollection = jl_gc_collection_t;

Aliased Type§

#[repr(u32)]
pub enum GcCollection { Auto = 0, Full = 1, Incremental = 2, }

Variants§

§

Auto = 0

§

Full = 1

§

Incremental = 2