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

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

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>.

Loading content...