[][src]Trait rfc::core::mem::AlignEq

pub trait AlignEq<Rhs, Neglect = ()> where
    Neglect: TransmuteOptions
{ }
🔬 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]

See AlignLtEq.

Loading content...