Trait repr_offset::alignment::CombineAlignment
source · pub trait CombineAlignment<Rhs: Alignment> {
type Output: Alignment;
}
Expand description
Trait that combines two Alignment
types,
determines the return type of FieldOffset + FieldOffset
.