[][src]Struct llir::values::UnaryInstruction

pub struct UnaryInstruction<'ctx>(_, _, _);

Implementations

impl<'ctx> UnaryInstruction<'ctx>[src]

pub fn unary_opcode(&self) -> UnaryOpcode[src]

Get the opcode of this unary instruction

pub fn op0(&self) -> Operand<'ctx>[src]

Get the operand

Trait Implementations

impl<'ctx> AsInstruction<'ctx> for UnaryInstruction<'ctx>[src]

impl<'ctx> AsOperand<'ctx> for UnaryInstruction<'ctx>[src]

impl<'ctx> Clone for UnaryInstruction<'ctx>[src]

impl<'ctx> Copy for UnaryInstruction<'ctx>[src]

impl<'ctx> Debug for UnaryInstruction<'ctx>[src]

impl<'ctx> Eq for UnaryInstruction<'ctx>[src]

impl<'ctx> GetDebugMetadata<'ctx> for UnaryInstruction<'ctx>[src]

impl<'ctx> GetType<'ctx> for UnaryInstruction<'ctx>[src]

impl<'ctx> Hash for UnaryInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for UnaryInstruction<'ctx>[src]

impl<'ctx> InstructionTrait<'ctx> for UnaryInstruction<'ctx>[src]

impl<'ctx> PartialEq<UnaryInstruction<'ctx>> for UnaryInstruction<'ctx>[src]

impl<'ctx> Send for UnaryInstruction<'ctx>[src]

impl<'ctx> StructuralEq for UnaryInstruction<'ctx>[src]

impl<'ctx> StructuralPartialEq for UnaryInstruction<'ctx>[src]

impl<'ctx> Sync for UnaryInstruction<'ctx>[src]

impl<'ctx> ValueOpcode for UnaryInstruction<'ctx>[src]

Auto Trait Implementations

impl<'ctx> RefUnwindSafe for UnaryInstruction<'ctx>

impl<'ctx> Unpin for UnaryInstruction<'ctx>

impl<'ctx> UnwindSafe for UnaryInstruction<'ctx>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.