pub struct CUnwind;Expand description
Type-level marker for the C-unwind ABI.
Trait Implementations§
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for extern "system-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for extern "system-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "C" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "C" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "system" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "system" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "system" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "system" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl Copy for CUnwind
impl Eq for CUnwind
impl<Ret> HasAbi<CUnwind> for extern "C-unwind" fn() -> Ret
impl<Ret, A> HasAbi<CUnwind> for extern "C-unwind" fn(A) -> Ret
impl<Ret, A, B> HasAbi<CUnwind> for extern "C-unwind" fn(A, B) -> Ret
impl<Ret, A, B, C> HasAbi<CUnwind> for extern "C-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C, D> HasAbi<CUnwind> for extern "C-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D, E> HasAbi<CUnwind> for extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E, F> HasAbi<CUnwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret> HasAbi<CUnwind> for unsafe extern "C-unwind" fn() -> Ret
impl<Ret, A> HasAbi<CUnwind> for unsafe extern "C-unwind" fn(A) -> Ret
impl<Ret, A, B> HasAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B) -> Ret
impl<Ret, A, B, C> HasAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C, D> HasAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D, E> HasAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E, F> HasAbi<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl StructuralPartialEq for CUnwind
Auto Trait Implementations§
impl Freeze for CUnwind
impl RefUnwindSafe for CUnwind
impl Send for CUnwind
impl Sync for CUnwind
impl Unpin for CUnwind
impl UnwindSafe for CUnwind
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