Trait rustc::middle::trans::cabi_x86_64::ClassList[src]

trait ClassList {
    fn is_pass_byval(&self) -> bool;
    fn is_ret_bysret(&self) -> bool;
}

Required Methods

fn is_pass_byval(&self) -> bool

fn is_ret_bysret(&self) -> bool

Implementors