Type Alias repr_offset::alignment::CombineAlignmentOut
source ยท pub type CombineAlignmentOut<Lhs, Rhs> = <Lhs as CombineAlignment<Rhs>>::Output;
Expand description
Combines two Alignment
types,
determines the return type of FieldOffset + FieldOffset
.
[FieldOffset + FieldOffset
]: ./struct.FieldOffset.html#impl-Add<FieldOffset<F%2C F2%2C A2>>