Skip to main content

IntrusiveRc

Type Alias IntrusiveRc 

Source
pub type IntrusiveRc<T> = RefPtr<T>;

Aliased Type§

pub struct IntrusiveRc<T> {
    pub data: NonNull<T>,
    /* private fields */
}

Fields§

§data: NonNull<T>