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