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

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

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

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

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

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

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

Auto Trait Implementations

impl<P> Send for TlsfRegion<P> where
    P: Send

impl<P> Sync for TlsfRegion<P> where
    P: Sync

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.