Lines Matching defs:Pointer
32 type Pointer; typedef
40 unsafe fn from_raw(&self, value: *const Self::Value) -> Self::Pointer; in from_raw()
75 type Pointer = &'a T; typedef
90 type Pointer = Pin<&'a T>; typedef
105 type Pointer = UnsafeRef<T>; typedef
120 type Pointer = Pin<UnsafeRef<T>>; typedef
136 type Pointer = Box<T>; typedef
152 type Pointer = Pin<Box<T>>; typedef
168 type Pointer = Rc<T>; typedef
184 type Pointer = Pin<Rc<T>>; typedef
200 type Pointer = Arc<T>; typedef
216 type Pointer = Pin<Arc<T>>; typedef