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