Gets the triple for the builder.
(&self)
| 208 | |
| 209 | /// Gets the triple for the builder. |
| 210 | pub fn triple(&self) -> &Triple { |
| 211 | &self.triple |
| 212 | } |
| 213 | |
| 214 | /// Iterates the available settings in the builder. |
| 215 | pub fn iter(&self) -> impl Iterator<Item = settings::Setting> + use<T> { |
no outgoing calls