Enum llvm_sys::LLVMLandingPadClauseTy
source · #[repr(C)]
pub enum LLVMLandingPadClauseTy {
LLVMLandingPadCatch,
LLVMLandingPadFilter,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMLandingPadClauseTy
impl Clone for LLVMLandingPadClauseTy
source§fn clone(&self) -> LLVMLandingPadClauseTy
fn clone(&self) -> LLVMLandingPadClauseTy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more