Docs.rs
target-features-0.1.6
target-features 0.1.6
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
calebzulawski
Dependencies
Versions
97.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
target_features
0.1.6
SimdType
Implementations on Foreign Types
*const T
*mut T
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Object Safety
Implementors
In crate target_features
?
Trait
target_features
::
SimdType
source
·
[
−
]
pub trait SimdType { }
Expand description
Types which can be SIMD vector elements.
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
SimdType
for
f32
source
§
impl
SimdType
for
f64
source
§
impl
SimdType
for
i8
source
§
impl
SimdType
for
i16
source
§
impl
SimdType
for
i32
source
§
impl
SimdType
for
i64
source
§
impl
SimdType
for
isize
source
§
impl
SimdType
for
u8
source
§
impl
SimdType
for
u16
source
§
impl
SimdType
for
u32
source
§
impl
SimdType
for
u64
source
§
impl
SimdType
for
usize
source
§
impl<T>
SimdType
for
*const T
source
§
impl<T>
SimdType
for
*mut T
Implementors
§