pub struct Arg(_);Expand description
An argument that is passed to a function.
Methods from Deref<Target = Value>§
Trait Implementations§
source§impl<'a> From<&'a Arg> for LLVMValueRef
impl<'a> From<&'a Arg> for LLVMValueRef
source§fn from(ty: &'a Arg) -> LLVMValueRef
fn from(ty: &'a Arg) -> LLVMValueRef
Converts to this type from the input type.
source§impl<'a> From<&'a mut Arg> for LLVMValueRef
impl<'a> From<&'a mut Arg> for LLVMValueRef
source§fn from(ty: &'a mut Arg) -> LLVMValueRef
fn from(ty: &'a mut Arg) -> LLVMValueRef
Converts to this type from the input type.
source§impl<'a> From<*mut LLVMValue> for &'a Arg
impl<'a> From<*mut LLVMValue> for &'a Arg
source§fn from(ty: LLVMValueRef) -> &'a Arg
fn from(ty: LLVMValueRef) -> &'a Arg
Converts to this type from the input type.
source§impl<'a> From<*mut LLVMValue> for &'a mut Arg
impl<'a> From<*mut LLVMValue> for &'a mut Arg
source§fn from(ty: LLVMValueRef) -> &'a mut Arg
fn from(ty: LLVMValueRef) -> &'a mut Arg
Converts to this type from the input type.