[−][src]Trait rfc::core::mem::AlignEq   
🔬 This is a nightly-only experimental API. (
query)Implemented if align_of::<Self>() == align_of::<Rhs>()
See the Vec casting demonstration for an example of its use.
Implementors
impl<Lhs, Rhs, Neglect> AlignEq<Rhs, Neglect> for Lhs where
    Neglect: TransmuteOptions,
    Lhs: AlignLtEq<Rhs>,
    Rhs: AlignLtEq<Lhs>, [src]
Neglect: TransmuteOptions,
Lhs: AlignLtEq<Rhs>,
Rhs: AlignLtEq<Lhs>,
See AlignLtEq.