Enum rustc_trans::middle::mem_categorization::Categorization
[−]
[src]
pub enum Categorization<'tcx> { Rvalue(Region), StaticItem, Upvar(Upvar), Local(u32), Deref(Rc<cmt_<'tcx>>, usize, PointerKind), Interior(Rc<cmt_<'tcx>>, InteriorKind), Downcast(Rc<cmt_<'tcx>>, DefId), }
Unstable (
rustc_private
)Variants
Rvalue(Region)
Unstable (
rustc_private
)StaticItem
Unstable (
rustc_private
)Upvar(Upvar)
Unstable (
rustc_private
)Local(u32)
Unstable (
rustc_private
)Deref(Rc<cmt_<'tcx>>, usize, PointerKind)
Unstable (
rustc_private
)Interior(Rc<cmt_<'tcx>>, InteriorKind)
Unstable (
rustc_private
)Downcast(Rc<cmt_<'tcx>>, DefId)
Unstable (
rustc_private
)Trait Implementations
impl<'tcx> Debug for Categorization<'tcx>
Derived Implementations
impl<'tcx> PartialEq<Categorization<'tcx>> for Categorization<'tcx>
fn eq(&self, __arg_0: &Categorization<'tcx>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Categorization<'tcx>) -> bool
This method tests for !=
.
impl<'tcx> Clone for Categorization<'tcx>
fn clone(&self) -> Categorization<'tcx>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more