Home
last modified time | relevance | path

Searched refs:impl_ops_traits (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dbyteorder.rs235 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);
257impl_ops_traits!(@without_byteorder_swap $name, $native, BitAnd, bitand, BitAndAssign, bitand_assi…
258impl_ops_traits!(@without_byteorder_swap $name, $native, BitOr, bitor, BitOrAssign, bitor_assign);
[all …]