Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
Dalloc.rs54 type Output = Self; typedef
55 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
61 type Output = Self; typedef
62 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
68 type Output = Self; typedef
69 fn not(self) -> Self::Output { in not()
Dtime.rs75 type Output = Ktime; typedef
Dstr.rs455 type Output = CStr; typedef
458 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() method
468 type Output = CStr; typedef
471 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index()
493 type Output = <BStr as Index<Idx>>::Output; typedef
496 fn index(&self, index: Idx) -> &Self::Output { in index() function
/rust/kernel/alloc/
Dkvec.rs902 type Output = I::Output; typedef
905 fn index(&self, index: I) -> &Self::Output { in index() function
915 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut()