core
1.88.0-nightly-4824c2bb7-2025-05-02
Sealed
Implementors
In core::
core_
simd::
simd::
num::
sealed
core
::
core_simd
::
simd
::
num
::
sealed
Trait
Sealed
Copy item path
Source
pub trait Sealed { }
🔬
This is a nightly-only experimental API. (
portable_simd
#86656
)
Implementors
§
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
f32
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
f64
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
i8
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
i16
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
i32
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
i64
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
isize
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
u8
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
u16
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
u32
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
u64
, N>
where
LaneCount
<N>:
SupportedLaneCount
,
Source
§
impl<const N:
usize
>
Sealed
for
Simd
<
usize
, N>
where
LaneCount
<N>:
SupportedLaneCount
,