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