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

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

See SizeLtEq.

Loading content...