Trait llvm_lib::GetRef

source ·
pub trait GetRef {
    type RawRef;

    // Required method
    fn get_ref(&self) -> Self::RawRef;
}
Expand description

Get raw references trait

Required Associated Types§

source

type RawRef

Raw LLVM reference type

Required Methods§

source

fn get_ref(&self) -> Self::RawRef

Get LLVM raw reference

Implementors§