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