[−][src]Trait rfc::core::mem::SizeLtEq
🔬 This is a nightly-only experimental API. (
query
)Implemented if size_of::<Self>() <= size_of::<Rhs>()
Implementors
impl<Lhs, Rhs, Neglect> SizeLtEq<Rhs, Neglect> for Lhs where
Neglect: TransmuteOptions,
&'a Aligned<Rhs, Lhs>: TransmuteFrom<&'a Aligned<Lhs, Rhs>>,
[src]
Neglect: TransmuteOptions,
&'a Aligned<Rhs, Lhs>: TransmuteFrom<&'a Aligned<Lhs, Rhs>>,
We wrap the types in a struct that neutralizes their alignment and validity differences, leaving size as the only quality that might differ between Aligned<Rhs, Lhs>
and Aligned<Lhs, Rhs>
.