Struct llvm_kaleidoscope_rs::llvm::Value [−][src]
#[repr(transparent)]pub struct Value<'llvm>(_, _);
Expand description
Wrapper for a LLVM Value Reference.
Implementations
Get a type reference representing for the given value reference.
Panics
Panics if LLVM API returns a null
pointer.
Trait Implementations
Auto Trait Implementations
impl<'llvm> RefUnwindSafe for Value<'llvm>
impl<'llvm> UnwindSafe for Value<'llvm>
Blanket Implementations
Mutably borrows from an owned value. Read more