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