pub(super) struct SlabState {
pub(super) free_count: usize,
pub(super) first_free: u8,
}Expand description
Contains mutable data for SlabHdr.
Fields§
§free_count: usize§first_free: u8Auto Trait Implementations§
impl Freeze for SlabState
impl RefUnwindSafe for SlabState
impl Send for SlabState
impl Sync for SlabState
impl Unpin for SlabState
impl UnsafeUnpin for SlabState
impl UnwindSafe for SlabState
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