pub struct FuncallResult { /* private fields */ }
Implementations§
Source§impl FuncallResult
impl FuncallResult
pub fn new(val: LLVMGenericValueRef) -> FuncallResult
pub fn as_ref(&self) -> LLVMGenericValueRef
pub fn to_int(&self) -> c_ulonglong
pub fn int_width(&self) -> c_uint
pub fn to_ptr(&self) -> *mut c_void
pub fn to_float(&self) -> f32
pub fn to_double(&self) -> f64
Auto Trait Implementations§
impl Freeze for FuncallResult
impl RefUnwindSafe for FuncallResult
impl !Send for FuncallResult
impl !Sync for FuncallResult
impl Unpin for FuncallResult
impl UnwindSafe for FuncallResult
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