On this page
Trait std::simd::SimdCast
pub trait SimdCast: Sealed + SimdElement { }
🔬This is a nightly-only experimental API. (
portable_simd
#86656)
Supporting trait for Simd::cast
. Typically doesn’t need to be used directly.
Object Safety
This trait is not object safe.
Implementors
impl SimdCast for f32
impl SimdCast for f64
impl SimdCast for i8
impl SimdCast for i16
impl SimdCast for i32
impl SimdCast for i64
impl SimdCast for isize
impl SimdCast for u8
impl SimdCast for u16
impl SimdCast for u32
impl SimdCast for u64
impl SimdCast for usize
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/simd/trait.SimdCast.html