pub struct Int64Value { /* private fields */ }
Expand description
Int32Value
Implementations§
Source§impl Int64Value
impl Int64Value
pub fn get_reference(&self) -> LLVMValueRef
pub fn new(reference: LLVMValueRef) -> Self
pub fn is_undef(&self) -> bool
Trait Implementations§
Source§impl Clone for Int64Value
impl Clone for Int64Value
Source§fn clone(&self) -> Int64Value
fn clone(&self) -> Int64Value
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 Int64Value
impl Debug for Int64Value
Source§impl From<Int64Value> for LLVMValue
impl From<Int64Value> for LLVMValue
Source§fn from(value: Int64Value) -> Self
fn from(value: Int64Value) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Int64Value
impl RefUnwindSafe for Int64Value
impl !Send for Int64Value
impl !Sync for Int64Value
impl Unpin for Int64Value
impl UnwindSafe for Int64Value
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