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