Struct xalloc::tlsf::TlsfRegion [] [src]

pub struct TlsfRegion<P>(_);

A handle type to a region allocated in a Tlsf.

TlsfRegion returned by a Tlsf only can be used with the same Tlsf.

Trait Implementations

impl<P: Debug> Debug for TlsfRegion<P>
[src]

[src]

Formats the value using the given formatter.

impl<P: PartialEq> PartialEq for TlsfRegion<P>
[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<P: Eq> Eq for TlsfRegion<P>
[src]

impl<P: Hash> Hash for TlsfRegion<P>
[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