Macro cfg_has_atomic_16
macro_rules! cfg_has_atomic_16 {
($($tt:tt)*) => { ... };
}
Available on crate feature
dep_portable_atomic
only.macro_rules! cfg_has_atomic_16 {
($($tt:tt)*) => { ... };
}
dep_portable_atomic
only.