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