pub struct LLVMValue {
pub kind: LLVMValueKind,
}
Expand description
An representation of LLVMValue. LLVMValue を表す構造体
Fields§
§kind: LLVMValueKind
Implementations§
Source§impl LLVMValue
impl LLVMValue
pub fn new_register(s: LLVMString) -> Self
pub fn new_integer(v: i128) -> Self
pub fn new_unsigned_int(v: u128) -> Self
Trait Implementations§
Source§impl Ord for LLVMValue
impl Ord for LLVMValue
Source§impl PartialOrd for LLVMValue
impl PartialOrd for LLVMValue
impl Eq for LLVMValue
impl StructuralPartialEq for LLVMValue
Auto Trait Implementations§
impl Freeze for LLVMValue
impl RefUnwindSafe for LLVMValue
impl Send for LLVMValue
impl Sync for LLVMValue
impl Unpin for LLVMValue
impl UnwindSafe for LLVMValue
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