pub struct Instruction {
pub kind: InstKind,
/* private fields */
}
Expand description
An representation of LLVMInstruction. LLVMInstruction を表す構造体
Fields§
§kind: InstKind
Implementations§
Trait Implementations§
Source§impl Display for Instruction
impl Display for Instruction
Source§impl Hash for Instruction
impl Hash for Instruction
Source§impl Ord for Instruction
impl Ord for Instruction
Source§fn cmp(&self, other: &Instruction) -> Ordering
fn cmp(&self, other: &Instruction) -> Ordering
1.21.0 · 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 PartialEq for Instruction
impl PartialEq for Instruction
Source§impl PartialOrd for Instruction
impl PartialOrd for Instruction
impl Eq for Instruction
impl StructuralPartialEq for Instruction
Auto Trait Implementations§
impl Freeze for Instruction
impl RefUnwindSafe for Instruction
impl Send for Instruction
impl Sync for Instruction
impl Unpin for Instruction
impl UnwindSafe for Instruction
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