inkwell::types

Trait AsTypeRef

source
pub unsafe trait AsTypeRef {
    // Required method
    fn as_type_ref(&self) -> LLVMTypeRef;
}
Expand description

Accessor to the inner LLVM type reference

Required Methods§

source

fn as_type_ref(&self) -> LLVMTypeRef

Returns the internal LLVM reference behind the type

Implementors§