Home
last modified time | relevance | path

Searched defs:PointedTo (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dtypes.rs32 type PointedTo; typedef
53 fn into_foreign(self) -> *mut Self::PointedTo; in into_foreign()
131 type PointedTo = (); typedef
135 fn into_foreign(self) -> *mut Self::PointedTo { in into_foreign()
/linux/rust/kernel/alloc/
H A Dkbox.rs406 type PointedTo = T; typedef
410 fn into_foreign(self) -> *mut Self::PointedTo { in into_foreign()
438 type PointedTo = T; typedef
442 fn into_foreign(self) -> *mut Self::PointedTo { in into_foreign()
/linux/rust/kernel/sync/
H A Darc.rs377 type PointedTo = ArcInner<T>; typedef
381 fn into_foreign(self) -> *mut Self::PointedTo { in into_foreign()