Struct pyo3::impl_::freelist::FreeList[][src]

pub struct FreeList<T> { /* fields omitted */ }
Expand description

A free allocation list.

See the parent module for more details.

Implementations

Creates a new FreeList instance with specified capacity.

Pops the first non empty item.

Inserts a value into the list. Returns None if the FreeList is full.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.