Struct llvm_ir::terminator::CatchRet [−][src]
pub struct CatchRet {
pub catch_pad: Operand,
pub successor: Name,
pub debugloc: Option<DebugLoc>,
}Expand description
Fields
catch_pad: Operandsuccessor: Namedebugloc: 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
Auto Trait Implementations
impl RefUnwindSafe for CatchRetimpl UnwindSafe for CatchRetBlanket Implementations
Mutably borrows from an owned value. Read more