Type Alias LcPtr

Source
pub(crate) type LcPtr<T> = ManagedPointer<*mut T>;

Aliased Type§

pub(crate) struct LcPtr<T> {
    pointer: *mut T,
}

Fields§

§pointer: *mut T