Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs204 macro_rules! impl_fmt_trait { macro
218 impl_fmt_trait!($name, $native, Display);
227 impl_fmt_trait!($name, $native, Display);
228 impl_fmt_trait!($name, $native, Octal);
229 impl_fmt_trait!($name, $native, LowerHex);
230 impl_fmt_trait!($name, $native, UpperHex);
231 impl_fmt_trait!($name, $native, Binary);