Struct unbase::slab::SlabInner [] [src]

pub struct SlabInner {
    pub id: SlabId,
    pub my_ref: SlabRef,
    pub dropping: bool,
    // some fields omitted
}

Fields

Trait Implementations

impl Drop for SlabInner
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for SlabInner

impl Sync for SlabInner