pub struct TlsfRegion<P>(/* private fields */);Expand description
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§
Source§impl<P: Debug> Debug for TlsfRegion<P>
impl<P: Debug> Debug for TlsfRegion<P>
Source§impl<P: Hash> Hash for TlsfRegion<P>
impl<P: Hash> Hash for TlsfRegion<P>
Source§impl<P: PartialEq> PartialEq for TlsfRegion<P>
impl<P: PartialEq> PartialEq for TlsfRegion<P>
impl<P: Eq> Eq for TlsfRegion<P>
impl<P> StructuralPartialEq for TlsfRegion<P>
Auto Trait Implementations§
impl<P> Freeze for TlsfRegion<P>where
P: Freeze,
impl<P> RefUnwindSafe for TlsfRegion<P>where
P: RefUnwindSafe,
impl<P> Send for TlsfRegion<P>where
P: Send,
impl<P> Sync for TlsfRegion<P>where
P: Sync,
impl<P> Unpin for TlsfRegion<P>where
P: Unpin,
impl<P> UnwindSafe for TlsfRegion<P>where
P: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more