struct SizedPoolMeta {
_size: usize,
next: Option<NonZeroUsize>,
}Expand description
Meta information for a block in the pool.
Fields§
§_size: usize§next: Option<NonZeroUsize>Auto Trait Implementations§
impl Freeze for SizedPoolMeta
impl RefUnwindSafe for SizedPoolMeta
impl Send for SizedPoolMeta
impl Sync for SizedPoolMeta
impl Unpin for SizedPoolMeta
impl UnsafeUnpin for SizedPoolMeta
impl UnwindSafe for SizedPoolMeta
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