Struct llvm_ir::terminator::Unreachable [−][src]
Expand description
Fields
debugloc: Option<DebugLoc>Trait Implementations
Performs the conversion.
Returns the DebugLoc associated with the given Instruction,
Terminator, GlobalVariable, or Function; or None if it doesn’t
have a DebugLoc. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Unreachableimpl Send for Unreachableimpl Sync for Unreachableimpl Unpin for Unreachableimpl UnwindSafe for UnreachableBlanket Implementations
Mutably borrows from an owned value. Read more