pub type ScalarMaskF32 = Mask<F32, Scalar>;Expand description
Concrete 1-element scalar emulation f32 mask register.
Aliased Type§
#[repr(transparent)]pub struct ScalarMaskF32 {
pub raw: [bool; 4],
/* private fields */
}Fields§
§raw: [bool; 4]The underlying raw mask register or representation.