Struct llvm_kaleidoscope_rs::llvm::Value
source · [−]#[repr(transparent)]pub struct Value<'llvm>(_, _);
Expand description
Wrapper for a LLVM Value Reference.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'llvm> RefUnwindSafe for Value<'llvm>
impl<'llvm> !Send for Value<'llvm>
impl<'llvm> !Sync for Value<'llvm>
impl<'llvm> Unpin for Value<'llvm>
impl<'llvm> UnwindSafe for Value<'llvm>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more