Sha256: fbb5848baea534584ec113fab8d13015b80b125392e86cad0c91e14f746c038c
Contents?: true
Size: 261 Bytes
Versions: 39
Compression:
Stored size: 261 Bytes
Contents
use crate::cdsl::settings::SettingGroup; pub(crate) struct TargetIsa { pub name: &'static str, pub settings: SettingGroup, } impl TargetIsa { pub fn new(name: &'static str, settings: SettingGroup) -> Self { Self { name, settings } } }
Version data entries
39 entries across 39 versions & 1 rubygems