I wonder if packed union also got/will get the same "logical bits" treatment?

My understanding is that the "logical bits" view breaks down for unions, because the nth logical bit could be at different offsets depending on the union variant that's considered active.