Searched defs:Output (Results 1 – 4 of 4) sorted by relevance
54 type Output = Self; typedef55 fn bitor(self, rhs: Self) -> Self::Output { in bitor()61 type Output = Self; typedef62 fn bitand(self, rhs: Self) -> Self::Output { in bitand()68 type Output = Self; typedef69 fn not(self) -> Self::Output { in not()
75 type Output = Ktime; typedef
455 type Output = CStr; typedef458 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() method468 type Output = CStr; typedef471 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index()493 type Output = <BStr as Index<Idx>>::Output; typedef496 fn index(&self, index: Idx) -> &Self::Output { in index() function
902 type Output = I::Output; typedef905 fn index(&self, index: I) -> &Self::Output { in index() function915 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut()