pub struct TlsfBlock<T, P> { /* private fields */ }
Expand description
Internal data structure used by Tlsf
that represents a free/occpied
memory block.
Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for TlsfBlock<T, P>
impl<T, P> RefUnwindSafe for TlsfBlock<T, P>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<T, P> Send for TlsfBlock<T, P>
impl<T, P> Sync for TlsfBlock<T, P>
impl<T, P> Unpin for TlsfBlock<T, P>
impl<T, P> UnwindSafe for TlsfBlock<T, P>where
T: UnwindSafe,
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