pub struct ArrayValue { /* private fields */ }
Implementations§
Source§impl ArrayValue
impl ArrayValue
pub fn new(reference: LLVMValueRef, element: LLVMType, length: usize) -> Self
pub fn get_reference(&self) -> LLVMValueRef
pub fn get_element_type(&self) -> LLVMType
pub fn is_undef(&self) -> bool
Trait Implementations§
Source§impl Clone for ArrayValue
impl Clone for ArrayValue
Source§fn clone(&self) -> ArrayValue
fn clone(&self) -> ArrayValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ArrayValue
impl Debug for ArrayValue
Source§impl From<ArrayValue> for LLVMValue
impl From<ArrayValue> for LLVMValue
Source§fn from(value: ArrayValue) -> Self
fn from(value: ArrayValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ArrayValue
impl RefUnwindSafe for ArrayValue
impl !Send for ArrayValue
impl !Sync for ArrayValue
impl Unpin for ArrayValue
impl UnwindSafe for ArrayValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more