Searched refs:Output (Results 1 – 6 of 6) sorted by relevance
| /rust/kernel/ |
| A D | alloc.rs | 54 type Output = Self; typedef 55 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 61 type Output = Self; typedef 62 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 68 type Output = Self; typedef 69 fn not(self) -> Self::Output { in not() argument
|
| A D | str.rs | 136 [u8]: Index<Idx, Output = [u8]>, 138 type Output = Self; typedef 140 fn index(&self, index: Idx) -> &Self::Output { in index() argument 537 type Output = CStr; typedef 540 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() argument 550 type Output = CStr; typedef 553 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index() argument 575 type Output = <BStr as Index<Idx>>::Output; typedef 578 fn index(&self, index: Idx) -> &Self::Output { in index() argument
|
| A D | dma.rs | 193 type Output = Self; typedef 194 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 200 type Output = Self; typedef 201 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 207 type Output = Self; typedef 208 fn not(self) -> Self::Output { in not() argument
|
| A D | time.rs | 206 type Output = Delta; typedef
|
| /rust/kernel/io/ |
| A D | resource.rs | 193 type Output = Self; typedef 194 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 200 type Output = Self; typedef 201 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 207 type Output = Self; typedef 208 fn not(self) -> Self::Output { in not() argument
|
| /rust/kernel/alloc/ |
| A D | kvec.rs | 952 type Output = I::Output; typedef 955 fn index(&self, index: I) -> &Self::Output { in index() argument 965 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() argument
|
Completed in 14 milliseconds