pub enum GcOption {
Stop,
Restart,
Collect,
Count,
CountBytes,
Step,
SetPause,
SetStepMul,
IsRunning,
}Expand description
Options for the Lua garbage collector.
Variants
Stop
Restart
Collect
Count
CountBytes
Step
SetPause
SetStepMul
IsRunning
Trait Implementations
impl Copy for GcOption
impl Eq for GcOption
impl StructuralEq for GcOption
impl StructuralPartialEq for GcOption
Auto Trait Implementations
impl RefUnwindSafe for GcOption
impl Send for GcOption
impl Sync for GcOption
impl Unpin for GcOption
impl UnwindSafe for GcOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more