Docs.rs
llvm-plugin-inkwell-0.1.2
llvm-plugin-inkwell 0.1.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jamesmth
Dependencies
either ^1.5
normal
llvm-plugin-inkwell-internals ^0.5.0
normal
libc ^0.2
normal
llvm-sys ^100.2.3
normal
llvm-sys ^110.0.3
normal
llvm-sys ^120.2.4
normal
llvm-sys ^130.0.4
normal
llvm-sys ^140.0.2
normal
llvm-sys ^40.4
normal
llvm-sys ^50.4
normal
llvm-sys ^60.6
normal
llvm-sys ^70.4
normal
llvm-sys ^80.3
normal
llvm-sys ^90.2.1
normal
once_cell ^1.4.1
normal
parking_lot ^0.12
normal
static-alloc ^0.2
normal
regex ^1
dev
Versions
55.86%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
AsValueRef
Required Methods
as_value_ref
Implementors
In llvm_plugin_inkwell::values
?
Trait
llvm_plugin_inkwell
::
values
::
AsValueRef
source
·
[
−
]
pub trait AsValueRef { fn
as_value_ref
(&self) ->
LLVMValueRef
; }
Required Methods
source
fn
as_value_ref
(&self) ->
LLVMValueRef
Implementors
source
impl
AsValueRef
for
AggregateValueEnum
<'_>
source
impl
AsValueRef
for
AnyValueEnum
<'_>
source
impl
AsValueRef
for
BasicMetadataValueEnum
<'_>
source
impl
AsValueRef
for
BasicValueEnum
<'_>
source
impl
AsValueRef
for
ArrayValue
<'_>
source
impl
AsValueRef
for
CallSiteValue
<'_>
source
impl
AsValueRef
for
FloatValue
<'_>
source
impl
AsValueRef
for
FunctionValue
<'_>
source
impl
AsValueRef
for
GlobalValue
<'_>
source
impl
AsValueRef
for
InstructionValue
<'_>
source
impl
AsValueRef
for
IntValue
<'_>
source
impl
AsValueRef
for
MetadataValue
<'_>
source
impl
AsValueRef
for
PhiValue
<'_>
source
impl
AsValueRef
for
PointerValue
<'_>
source
impl
AsValueRef
for
StructValue
<'_>
source
impl
AsValueRef
for
VectorValue
<'_>
source
impl<'ctx>
AsValueRef
for
CallableValue
<'ctx>