Trait ConstParamTy_
trait ConstParamTy_: StructuralPartialEq + Eq
A marker for types which can be used as types of const generic parameters.
These types must have a proper equivalence relation (Eq) and it must be automatically
derived (StructuralPartialEq). There's a hard-coded check in the compiler ensuring
that all fields are also ConstParamTy, which implies that recursively, all fields
are StructuralPartialEq.
Implementors
impl ConstParamTy_ for i64impl ConstParamTy_ for i128impl ConstParamTy_ for boolimpl ConstParamTy_ for charimpl ConstParamTy_ for AtomicOrderingimpl ConstParamTy_ for Assumeimpl ConstParamTy_ for usizeimpl ConstParamTy_ for ()impl ConstParamTy_ for u8impl<T: ConstParamTy_, N: usize> ConstParamTy_ for [T; N]impl ConstParamTy_ for u16impl ConstParamTy_ for strimpl ConstParamTy_ for u32impl<T: ConstParamTy_> ConstParamTy_ for [T]impl ConstParamTy_ for u64impl<T: ConstParamTy_ + ?Sized> ConstParamTy_ for &Timpl ConstParamTy_ for u128impl<T: ConstParamTy_> ConstParamTy_ for (T)impl ConstParamTy_ for isizeimpl ConstParamTy_ for i8impl ConstParamTy_ for i16impl ConstParamTy_ for i32impl ConstParamTy_ for SimdAlign