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