Struct llvm_ir::terminator::CleanupRet [−][src]
pub struct CleanupRet {
pub cleanup_pad: Operand,
pub unwind_dest: Option<Name>,
pub debugloc: Option<DebugLoc>,
}Expand description
Fields
cleanup_pad: Operandunwind_dest: Option<Name>None here indicates ‘unwind to caller’
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 CleanupRet
impl Send for CleanupRet
impl Sync for CleanupRet
impl Unpin for CleanupRet
impl UnwindSafe for CleanupRet
Blanket Implementations
Mutably borrows from an owned value. Read more