Enum llvm_sys::LLVMLandingPadClauseTy
source · #[repr(C)]pub enum LLVMLandingPadClauseTy {
LLVMLandingPadCatch = 0,
LLVMLandingPadFilter = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for LLVMLandingPadClauseTy
impl RefUnwindSafe for LLVMLandingPadClauseTy
impl Send for LLVMLandingPadClauseTy
impl Sync for LLVMLandingPadClauseTy
impl Unpin for LLVMLandingPadClauseTy
impl UnwindSafe for LLVMLandingPadClauseTy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more