pub type PackedBinaryField4x32b = PackedPrimitiveType<M128, BinaryField32b>;
Aliased Type§
struct PackedBinaryField4x32b(pub M128, pub PhantomData<BinaryField32b>);
Fields§
§0: M128
§1: PhantomData<BinaryField32b>
Trait Implementations§
source§impl InvertOrZero for PackedBinaryField4x32b
impl InvertOrZero for PackedBinaryField4x32b
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