#[repr(C)]pub struct StdFree {
pub item: u8,
}Expand description
Item in Slab::free to represents uma_slab structure.
Fields§
§item: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdFree
impl RefUnwindSafe for StdFree
impl Send for StdFree
impl Sync for StdFree
impl Unpin for StdFree
impl UnwindSafe for StdFree
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