Expand description
§Target features
A database of target features available to the Rust compiler.
Generated with rustc 1.78.0-nightly (f4b771bf1 2024-03-14).
Modules§
- docs
- List of features available for each architecture.
Structs§
- Feature
- A target feature.
- Features
Iter - Iterator returned by
Target::features
. - Target
- A target architecture with optional features.
- Unknown
Cpu - Returned by
Target::from_cpu
when the requested CPU can’t be found. - Unknown
Feature - Returned by
Feature::new
when the requested feature can’t be found.
Enums§
- Architecture
- A target architecture.
Constants§
- CURRENT_
TARGET - The target of the current build.
Traits§
- Simd
Type - Types which can be SIMD vector elements.