pub type v8 = CompatF8;
Aliased Type§
struct v8([f32; 8]);
Fields§
§0: [f32; 8]
Implementations
Trait Implementations
Source§impl AddAssign for CompatF8
impl AddAssign for CompatF8
Source§fn add_assign(&mut self, other: CompatF8)
fn add_assign(&mut self, other: CompatF8)
Performs the
+=
operation. Read more