Struct llvm_ir::instruction::LandingPadClause [−][src]
pub struct LandingPadClause {}Expand description
See LLVM 12 docs on the ‘landingpad’ instruction
LandingPadClause needs more fields, but the necessary getter functions are
apparently not exposed in the LLVM C API (only the C++ API)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LandingPadClauseimpl Send for LandingPadClauseimpl Sync for LandingPadClauseimpl Unpin for LandingPadClauseimpl UnwindSafe for LandingPadClauseBlanket Implementations
Mutably borrows from an owned value. Read more