Home
last modified time | relevance | path

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

/rust/kernel/
A 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()
A Ddma.rs193 type Output = Self; typedef
194 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
200 type Output = Self; typedef
201 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
207 type Output = Self; typedef
208 fn not(self) -> Self::Output { in not()
A Dstr.rs138 type Output = Self; typedef
140 fn index(&self, index: Idx) -> &Self::Output { in index() function
537 type Output = CStr; typedef
540 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() method
550 type Output = CStr; typedef
553 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index()
575 type Output = <BStr as Index<Idx>>::Output; typedef
578 fn index(&self, index: Idx) -> &Self::Output { in index() function
A Dtime.rs206 type Output = Delta; typedef
/rust/kernel/io/
A Dresource.rs193 type Output = Self; typedef
194 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
200 type Output = Self; typedef
201 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
207 type Output = Self; typedef
208 fn not(self) -> Self::Output { in not()
/rust/kernel/alloc/
A Dkvec.rs952 type Output = I::Output; typedef
955 fn index(&self, index: I) -> &Self::Output { in index() function
965 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut()

Completed in 13 milliseconds