Function rustc::middle::trans::datum::appropriate_rvalue_mode[src]

pub fn appropriate_rvalue_mode(ccx: &CrateContext, ty: t) -> RvalueMode

Indicates the "appropriate" mode for this value, which is either by ref or by value, depending on whether type is immediate or not.