Method lrs::share::Cell::ptr

Returns a mutable pointer to the data.

Syntax

impl<T> Cell<T> {
    fn ptr(&self) -> *mut T
}