Struct cranelift_codegen_meta::cdsl::types::VectorType
source · Expand description
A concrete SIMD vector type.
A vector type has a lane type which is an instance of LaneType
,
and a positive number of lanes.
Fields§
§base: LaneType
§lanes: u64
Implementations§
source§impl VectorType
impl VectorType
Trait Implementations§
source§impl Clone for VectorType
impl Clone for VectorType
source§fn clone(&self) -> VectorType
fn clone(&self) -> VectorType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VectorType
impl Debug for VectorType
source§impl Display for VectorType
impl Display for VectorType
source§impl From<VectorType> for ValueType
impl From<VectorType> for ValueType
Create a ValueType from a given vector type.
source§fn from(vector: VectorType) -> Self
fn from(vector: VectorType) -> Self
Converts to this type from the input type.