Enum glib_sys::GSliceConfig [] [src]

pub enum GSliceConfig {
    AlwaysMalloc,
    BypassMagazines,
    WorkingSetMsecs,
    ColorIncrement,
    ChunkSizes,
    ContentionCounter,
}

Variants

AlwaysMalloc
BypassMagazines
WorkingSetMsecs
ColorIncrement
ChunkSizes
ContentionCounter

Trait Implementations

Derived Implementations

impl PartialEq for GSliceConfig

fn eq(&self, __arg_0: &GSliceConfig) -> bool

fn ne(&self, __arg_0: &GSliceConfig) -> bool

impl Eq for GSliceConfig

impl Debug for GSliceConfig

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GSliceConfig

impl Clone for GSliceConfig

fn clone(&self) -> GSliceConfig

1.0.0fn clone_from(&mut self, source: &Self)