pub type PackedRijndael16x8b = PackedPrimitiveType<M128, Rijndael8b>;Aliased Type§
#[repr(transparent)]pub struct PackedRijndael16x8b(pub M128, pub PhantomData<Rijndael8b>);Tuple Fields§
§0: M128§1: PhantomData<Rijndael8b>Trait Implementations§
Source§impl InvertOrZero for PackedRijndael16x8b
impl InvertOrZero for PackedRijndael16x8b
Source§impl Mul for PackedRijndael16x8b
impl Mul for PackedRijndael16x8b
Source§type Output = PackedPrimitiveType<M128, Rijndael8b>
type Output = PackedPrimitiveType<M128, Rijndael8b>
The resulting type after applying the
* operator.