Struct rustc::mir::repr::TempDecl
[−]
[src]
pub struct TempDecl<'tcx> { pub ty: Ty<'tcx>, }
Unstable (
rustc_private
)A "temp" is a temporary that we place on the stack. They are anonymous, always mutable, and have only a type.
Fields
ty: Ty<'tcx>
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl<'tcx> Decodable for TempDecl<'tcx>
[src]
impl<'tcx> Encodable for TempDecl<'tcx>
[src]
impl<'tcx> Debug for TempDecl<'tcx>
[src]
impl<'tcx> Clone for TempDecl<'tcx>
[src]
fn clone(&self) -> TempDecl<'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