pub type PackedBinaryField64x2b = PackedPrimitiveType<M128, BinaryField2b>;
Aliased Type§
struct PackedBinaryField64x2b(pub M128, pub PhantomData<BinaryField2b>);
Fields§
§0: M128
§1: PhantomData<BinaryField2b>
Trait Implementations§
source§impl InvertOrZero for PackedBinaryField64x2b
impl InvertOrZero for PackedBinaryField64x2b
source§fn invert_or_zero(self) -> Self
fn invert_or_zero(self) -> Self
Returns the inverted value or zero in case when
self
is zero