Lines Matching refs:Output
276 type Output = $struct_name;
277 fn bitand(self, rhs: $struct_name) -> Self::Output {
289 type Output = $struct_name;
290 fn bitxor(self, rhs: $struct_name) -> Self::Output {
302 type Output = $struct_name;
303 fn bitor(self, rhs: $struct_name) -> Self::Output {
315 type Output = $struct_name;
316 fn sub(self, rhs: $struct_name) -> Self::Output {
328 type Output = $struct_name;
329 fn not(self) -> Self::Output {
335 type Output = Self;
336 fn bitand(self, rhs: Self) -> Self::Output {
342 type Output = Self;
343 fn bitxor(self, rhs: Self) -> Self::Output {
349 type Output = Self;
350 fn bitor(self, rhs: Self) -> Self::Output {
356 type Output = Self;
357 fn sub(self, rhs: Self) -> Self::Output {
363 type Output = Self;
364 fn not(self) -> Self::Output {