Lines Matching refs:Output
40 type Output: ?Sized; typedef
43 fn get(self, slice: *mut T) -> Option<*mut Self::Output>; in get() argument
47 fn index(self, slice: *mut T) -> *mut Self::Output { in index() argument
59 type Output = <I as ProjectIndex<[T]>>::Output; typedef
62 fn get(self, slice: *mut [T; N]) -> Option<*mut Self::Output> { in get() argument
67 fn index(self, slice: *mut [T; N]) -> *mut Self::Output { in index() argument
75 type Output = T; typedef
90 type Output = [T]; typedef
107 type Output = [T]; typedef
117 type Output = [T]; typedef
127 type Output = [T]; typedef