Enum llvm_sys::LLVMLandingPadClauseTy
source · [−]#[repr(C)]
pub enum LLVMLandingPadClauseTy {
LLVMLandingPadCatch,
LLVMLandingPadFilter,
}
Variants
LLVMLandingPadCatch
LLVMLandingPadFilter
Trait Implementations
sourceimpl Clone for LLVMLandingPadClauseTy
impl Clone for LLVMLandingPadClauseTy
sourcefn clone(&self) -> LLVMLandingPadClauseTy
fn clone(&self) -> LLVMLandingPadClauseTy
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 moresourceimpl Debug for LLVMLandingPadClauseTy
impl Debug for LLVMLandingPadClauseTy
sourceimpl PartialEq<LLVMLandingPadClauseTy> for LLVMLandingPadClauseTy
impl PartialEq<LLVMLandingPadClauseTy> for LLVMLandingPadClauseTy
sourcefn eq(&self, other: &LLVMLandingPadClauseTy) -> bool
fn eq(&self, other: &LLVMLandingPadClauseTy) -> bool
impl Copy for LLVMLandingPadClauseTy
impl StructuralPartialEq for LLVMLandingPadClauseTy
Auto Trait Implementations
impl RefUnwindSafe for LLVMLandingPadClauseTy
impl Send for LLVMLandingPadClauseTy
impl Sync for LLVMLandingPadClauseTy
impl Unpin for LLVMLandingPadClauseTy
impl UnwindSafe for LLVMLandingPadClauseTy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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