Struct rustc::middle::trans::cleanup::DropValue[src]

pub struct DropValue {
    // some fields omitted
}

Trait Implementations

impl Cleanup for DropValue

fn clean_on_unwind(&self) -> bool

fn trans<'a>(&self, bcx: &'a Block<'a>) -> &'a Block<'a>