Struct llvm_ir::instruction::LandingPadClause
source · [−]pub struct LandingPadClause {}
Expand description
See LLVM 14 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
sourceimpl Clone for LandingPadClause
impl Clone for LandingPadClause
sourcefn clone(&self) -> LandingPadClause
fn clone(&self) -> LandingPadClause
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LandingPadClause
impl Debug for LandingPadClause
sourceimpl PartialEq<LandingPadClause> for LandingPadClause
impl PartialEq<LandingPadClause> for LandingPadClause
sourcefn eq(&self, other: &LandingPadClause) -> bool
fn eq(&self, other: &LandingPadClause) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for LandingPadClause
impl Eq for LandingPadClause
impl StructuralEq for LandingPadClause
impl StructuralPartialEq for LandingPadClause
Auto Trait Implementations
impl RefUnwindSafe for LandingPadClause
impl Send for LandingPadClause
impl Sync for LandingPadClause
impl Unpin for LandingPadClause
impl UnwindSafe for LandingPadClause
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more