Enum redox_buffer_pool::NoHandle[][src]

pub enum NoHandle {}
Expand description

A handle type that cannot be initialized, causing the handle to take up no space in the buffer pool struct.

Trait Implementations

Formats the value using the given formatter. Read more

The possible error that may occur when freeing one or more mmap entries. This error type is forwarded to the buffer pool when this handle is used, which only currently happens in the destructor of BufferPool. Read more

The function called when a buffer pool wants one or more ranges, proven not to contain guarded slices, to be deallocated. Read more

The function called when a buffer pool is dropped. Read more

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.