Searched refs:impl_ops_traits (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 235 macro_rules! impl_ops_traits { macro 237 impl_ops_traits!($name, $native, @all_types); 238 impl_ops_traits!($name, $native, @signed_integer_floating_point); 248 impl_ops_traits!($name, $native, @signed_unsigned_integer); 249 impl_ops_traits!($name, $native, @all_types); 252 impl_ops_traits!($name, $native, @signed_unsigned_integer); 253 impl_ops_traits!($name, $native, @signed_integer_floating_point); 254 impl_ops_traits!($name, $native, @all_types); 257 …impl_ops_traits!(@without_byteorder_swap $name, $native, BitAnd, bitand, BitAndAssign, bitand_assi… 258 … impl_ops_traits!(@without_byteorder_swap $name, $native, BitOr, bitor, BitOrAssign, bitor_assign); [all …]
|