Trait rustc_codegen_llvm::abi::LlvmType[][src]

pub trait LlvmType {
    fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, '_>) -> &'ll Type;
}

Required methods

Implementors