[−][src]Enum inkwell::values::AnyValueEnum
Variants
ArrayValue(ArrayValue)
IntValue(IntValue)
FloatValue(FloatValue)
PhiValue(PhiValue)
FunctionValue(FunctionValue)
PointerValue(PointerValue)
StructValue(StructValue)
VectorValue(VectorValue)
InstructionValue(InstructionValue)
Methods
impl AnyValueEnum
[src]
pub fn as_array_value(&self) -> &ArrayValue
[src]
pub fn as_int_value(&self) -> &IntValue
[src]
pub fn as_float_value(&self) -> &FloatValue
[src]
pub fn as_phi_value(&self) -> &PhiValue
[src]
pub fn as_function_value(&self) -> &FunctionValue
[src]
pub fn as_pointer_value(&self) -> &PointerValue
[src]
pub fn as_struct_value(&self) -> &StructValue
[src]
pub fn as_vector_value(&self) -> &VectorValue
[src]
pub fn as_instruction_value(&self) -> &InstructionValue
[src]
impl AnyValueEnum
[src]
pub fn into_array_value(self) -> ArrayValue
[src]
pub fn into_int_value(self) -> IntValue
[src]
pub fn into_float_value(self) -> FloatValue
[src]
pub fn into_phi_value(self) -> PhiValue
[src]
pub fn into_function_value(self) -> FunctionValue
[src]
pub fn into_pointer_value(self) -> PointerValue
[src]
pub fn into_struct_value(self) -> StructValue
[src]
pub fn into_vector_value(self) -> VectorValue
[src]
pub fn into_instruction_value(self) -> InstructionValue
[src]
impl AnyValueEnum
[src]
pub fn is_array_value(&self) -> bool
[src]
pub fn is_int_value(&self) -> bool
[src]
pub fn is_float_value(&self) -> bool
[src]
pub fn is_phi_value(&self) -> bool
[src]
pub fn is_function_value(&self) -> bool
[src]
pub fn is_pointer_value(&self) -> bool
[src]
pub fn is_struct_value(&self) -> bool
[src]
pub fn is_vector_value(&self) -> bool
[src]
pub fn is_instruction_value(&self) -> bool
[src]
impl AnyValueEnum
[src]
pub fn get_type(&self) -> AnyTypeEnum
[src]
Trait Implementations
impl AnyValue for AnyValueEnum
[src]
fn as_any_value_enum(&self) -> AnyValueEnum
[src]
impl Eq for AnyValueEnum
[src]
impl Clone for AnyValueEnum
[src]
fn clone(&self) -> AnyValueEnum
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<AnyValueEnum> for AnyValueEnum
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
fn ne(&self, other: &AnyValueEnum) -> bool
[src]
impl PartialEq<ArrayValue> for AnyValueEnum
[src]
fn eq(&self, other: &ArrayValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for ArrayValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<IntValue> for AnyValueEnum
[src]
impl PartialEq<AnyValueEnum> for IntValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<FloatValue> for AnyValueEnum
[src]
fn eq(&self, other: &FloatValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for FloatValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<PhiValue> for AnyValueEnum
[src]
impl PartialEq<AnyValueEnum> for PhiValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<FunctionValue> for AnyValueEnum
[src]
fn eq(&self, other: &FunctionValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for FunctionValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<PointerValue> for AnyValueEnum
[src]
fn eq(&self, other: &PointerValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for PointerValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<StructValue> for AnyValueEnum
[src]
fn eq(&self, other: &StructValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for StructValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<VectorValue> for AnyValueEnum
[src]
fn eq(&self, other: &VectorValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for VectorValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<InstructionValue> for AnyValueEnum
[src]
fn eq(&self, other: &InstructionValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AnyValueEnum> for InstructionValue
[src]
fn eq(&self, other: &AnyValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl From<ArrayValue> for AnyValueEnum
[src]
fn from(value: ArrayValue) -> AnyValueEnum
[src]
impl From<IntValue> for AnyValueEnum
[src]
fn from(value: IntValue) -> AnyValueEnum
[src]
impl From<FloatValue> for AnyValueEnum
[src]
fn from(value: FloatValue) -> AnyValueEnum
[src]
impl From<PhiValue> for AnyValueEnum
[src]
fn from(value: PhiValue) -> AnyValueEnum
[src]
impl From<FunctionValue> for AnyValueEnum
[src]
fn from(value: FunctionValue) -> AnyValueEnum
[src]
impl From<PointerValue> for AnyValueEnum
[src]
fn from(value: PointerValue) -> AnyValueEnum
[src]
impl From<StructValue> for AnyValueEnum
[src]
fn from(value: StructValue) -> AnyValueEnum
[src]
impl From<VectorValue> for AnyValueEnum
[src]
fn from(value: VectorValue) -> AnyValueEnum
[src]
impl From<InstructionValue> for AnyValueEnum
[src]
fn from(value: InstructionValue) -> AnyValueEnum
[src]
impl From<BasicValueEnum> for AnyValueEnum
[src]
fn from(value: BasicValueEnum) -> AnyValueEnum
[src]
impl Copy for AnyValueEnum
[src]
impl Hash for AnyValueEnum
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Debug for AnyValueEnum
[src]
Auto Trait Implementations
impl !Sync for AnyValueEnum
impl !Send for AnyValueEnum
impl Unpin for AnyValueEnum
impl UnwindSafe for AnyValueEnum
impl RefUnwindSafe for AnyValueEnum
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,