Struct rustc_trans::middle::region::DestructionScopeDataUnstable [-] [+] [src]

pub struct DestructionScopeData {
    pub node_id: u32,
}

extent of destructors for temporaries of node-id

Fields

node_id

Methods

impl DestructionScopeData

fn new(node_id: u32) -> DestructionScopeData

fn to_code_extent(&self) -> CodeExtent

Trait Implementations

impl tr for DestructionScopeData

fn tr(&self, dcx: &DecodeContext) -> DestructionScopeData

impl<'tcx> Repr<'tcx> for DestructionScopeData

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

impl Copy for DestructionScopeData

impl Debug for DestructionScopeData

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Decodable for DestructionScopeData

fn decode<__D>(__arg_0: &mut __D) -> Result<DestructionScopeData, __D::Error> where __D: Decoder

impl Encodable for DestructionScopeData

fn encode<__S>(&self, __arg_0: &mut __S) -> Result<(), __S::Error> where __S: Encoder

impl Hash for DestructionScopeData

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Ord for DestructionScopeData

fn cmp(&self, __arg_0: &DestructionScopeData) -> Ordering

impl Eq for DestructionScopeData

impl PartialOrd<DestructionScopeData> for DestructionScopeData

fn partial_cmp(&self, __arg_0: &DestructionScopeData) -> Option<Ordering>

fn lt(&self, __arg_0: &DestructionScopeData) -> bool

fn le(&self, __arg_0: &DestructionScopeData) -> bool

fn gt(&self, __arg_0: &DestructionScopeData) -> bool

fn ge(&self, __arg_0: &DestructionScopeData) -> bool

impl PartialEq<DestructionScopeData> for DestructionScopeData

fn eq(&self, __arg_0: &DestructionScopeData) -> bool

fn ne(&self, __arg_0: &DestructionScopeData) -> bool

impl Clone for DestructionScopeData

fn clone(&self) -> DestructionScopeData

fn clone_from(&mut self, source: &Self)