Enum glib_sys::GSliceConfig
[−]
[src]
#[repr(C)]pub enum GSliceConfig { AlwaysMalloc, BypassMagazines, WorkingSetMsecs, ColorIncrement, ChunkSizes, ContentionCounter, }
Variants
AlwaysMallocBypassMagazinesWorkingSetMsecsColorIncrementChunkSizesContentionCounterTrait Implementations
impl Clone for GSliceConfig[src]
fn clone(&self) -> GSliceConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more