#[repr(C)]pub struct Free {}
Expand description
Item in the slab to represents uma_slab
structure.
Auto Trait Implementations§
impl Freeze for Free
impl RefUnwindSafe for Free
impl Send for Free
impl Sync for Free
impl Unpin for Free
impl UnwindSafe for Free
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