Type Definition repr_offset::alignment::CombineAlignmentOut[][src]

type CombineAlignmentOut<Lhs, Rhs> = <Lhs as CombineAlignment<Rhs>>::Output;

Combines two Alignment types, determines the return type of FieldOffset + FieldOffset.

[FieldOffset + FieldOffset]: ./struct.FieldOffset.html#impl-Add<FieldOffset<F%2C F2%2C A2>>