Enum python_packaging::interpreter::Allocator [−][src]
pub enum Allocator {
NotSet,
Default,
Debug,
Malloc,
MallocDebug,
PyMalloc,
PyMallocDebug,
}See https://docs.python.org/3/c-api/init_config.html#c.PyPreConfig.allocator.
Variants
Trait Implementations
impl StructuralPartialEq for Allocator[src]
impl StructuralPartialEq for Allocator[src]Auto Trait Implementations
impl RefUnwindSafe for Allocator
impl RefUnwindSafe for Allocatorimpl UnwindSafe for Allocator
impl UnwindSafe for Allocator