pub trait VectorRegistersBase {
const ELEN: Elen;
const VLEN: Vlen;
}Expand description
Base for VectorRegisters.
This is primarily a workaround for type system cycles.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".