Struct xalloc::bitmap::BitmapAllocRegion [] [src]

pub struct BitmapAllocRegion { /* fields omitted */ }

A handle type to a region allocated in a BitmapAlloc.

BitmapAllocRegion returned by a BitmapAlloc only can be used with the same BitmapAlloc.

Trait Implementations

impl Debug for BitmapAllocRegion
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BitmapAllocRegion
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for BitmapAllocRegion
[src]

impl Hash for BitmapAllocRegion
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more