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