Struct llvm_rs::GenericValue
source · pub struct GenericValue(_);Expand description
A wrapped value that can be passed to an interpreted function or returned from one
Trait Implementations§
source§impl DisposeRef for GenericValue
impl DisposeRef for GenericValue
§type RefTo = LLVMOpaqueGenericValue
type RefTo = LLVMOpaqueGenericValue
What a reference to this type represents as a C pointer.
source§impl<'a> From<&'a GenericValue> for LLVMGenericValueRef
impl<'a> From<&'a GenericValue> for LLVMGenericValueRef
source§fn from(ty: &'a GenericValue) -> LLVMGenericValueRef
fn from(ty: &'a GenericValue) -> LLVMGenericValueRef
Converts to this type from the input type.
source§impl<'a> From<&'a mut GenericValue> for LLVMGenericValueRef
impl<'a> From<&'a mut GenericValue> for LLVMGenericValueRef
source§fn from(ty: &'a mut GenericValue) -> LLVMGenericValueRef
fn from(ty: &'a mut GenericValue) -> LLVMGenericValueRef
Converts to this type from the input type.
source§impl<'a> From<*mut LLVMOpaqueGenericValue> for &'a GenericValue
impl<'a> From<*mut LLVMOpaqueGenericValue> for &'a GenericValue
source§fn from(ty: LLVMGenericValueRef) -> &'a GenericValue
fn from(ty: LLVMGenericValueRef) -> &'a GenericValue
Converts to this type from the input type.
source§impl<'a> From<*mut LLVMOpaqueGenericValue> for &'a mut GenericValue
impl<'a> From<*mut LLVMOpaqueGenericValue> for &'a mut GenericValue
source§fn from(ty: LLVMGenericValueRef) -> &'a mut GenericValue
fn from(ty: LLVMGenericValueRef) -> &'a mut GenericValue
Converts to this type from the input type.