[−][src]Enum inkwell::values::AggregateValueEnum
Variants
ArrayValue(ArrayValue)
StructValue(StructValue)
Methods
impl AggregateValueEnum
[src]
pub fn as_array_value(&self) -> &ArrayValue
[src]
pub fn as_struct_value(&self) -> &StructValue
[src]
impl AggregateValueEnum
[src]
pub fn into_array_value(self) -> ArrayValue
[src]
pub fn into_struct_value(self) -> StructValue
[src]
impl AggregateValueEnum
[src]
pub fn is_array_value(&self) -> bool
[src]
pub fn is_struct_value(&self) -> bool
[src]
Trait Implementations
impl AggregateValue for AggregateValueEnum
[src]
fn as_aggregate_value_enum(&self) -> AggregateValueEnum
[src]
fn const_extract_value(&self, indexes: &mut [u32]) -> BasicValueEnum
[src]
fn const_insert_value<BV: BasicValue>(
&self,
value: BV,
indexes: &mut [u32]
) -> BasicValueEnum
[src]
&self,
value: BV,
indexes: &mut [u32]
) -> BasicValueEnum
impl BasicValue for AggregateValueEnum
[src]
fn as_basic_value_enum(&self) -> BasicValueEnum
[src]
fn as_instruction_value(&self) -> Option<InstructionValue>
[src]
fn get_first_use(&self) -> Option<BasicValueUse>
[src]
impl AnyValue for AggregateValueEnum
[src]
fn as_any_value_enum(&self) -> AnyValueEnum
[src]
impl Eq for AggregateValueEnum
[src]
impl Clone for AggregateValueEnum
[src]
fn clone(&self) -> AggregateValueEnum
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<AggregateValueEnum> for AggregateValueEnum
[src]
fn eq(&self, other: &AggregateValueEnum) -> bool
[src]
fn ne(&self, other: &AggregateValueEnum) -> bool
[src]
impl PartialEq<ArrayValue> for AggregateValueEnum
[src]
fn eq(&self, other: &ArrayValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AggregateValueEnum> for ArrayValue
[src]
fn eq(&self, other: &AggregateValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<StructValue> for AggregateValueEnum
[src]
fn eq(&self, other: &StructValue) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialEq<AggregateValueEnum> for StructValue
[src]
fn eq(&self, other: &AggregateValueEnum) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl From<ArrayValue> for AggregateValueEnum
[src]
fn from(value: ArrayValue) -> AggregateValueEnum
[src]
impl From<StructValue> for AggregateValueEnum
[src]
fn from(value: StructValue) -> AggregateValueEnum
[src]
impl Copy for AggregateValueEnum
[src]
impl Hash for AggregateValueEnum
[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 AggregateValueEnum
[src]
Auto Trait Implementations
impl !Sync for AggregateValueEnum
impl !Send for AggregateValueEnum
impl Unpin for AggregateValueEnum
impl UnwindSafe for AggregateValueEnum
impl RefUnwindSafe for AggregateValueEnum
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,