#[repr(C)]pub struct RcFree {
pub item: u8,
pub refcnt: u32,
}Expand description
Item in the slab to represents uma_slab_refcnt structure.
Fields§
§item: u8§refcnt: u32Auto 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