pub struct LLVMValue {
pub kind: LLVMValueKind,
}Expand description
An representation of LLVMValue. LLVMValue を表す構造体
Fields§
§kind: LLVMValueKindImplementations§
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§
impl Eq for LLVMValue
Source§impl Ord for LLVMValue
impl Ord for LLVMValue
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LLVMValue
impl PartialOrd 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 UnsafeUnpin 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