pub struct CUnwind;Expand description
Type-level marker for the C-unwind abi.
Trait Implementations§
Source§impl<Output> WithAbiImpl<CUnwind> for extern "C" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "C" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "C" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "C" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "C" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "C" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "C" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for extern "C-unwind" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "C-unwind" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for extern "efiapi" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "efiapi" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "efiapi" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "efiapi" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "efiapi" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for extern "system" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "system" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "system" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "system" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "system" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "system" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "system" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for extern "system-unwind" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "system-unwind" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "system-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for extern "sysv64" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "sysv64" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "sysv64" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "sysv64" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "sysv64" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "C" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "C" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "C" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "efiapi" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "system" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "system" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "system" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithAbiImpl<CUnwind> for unsafe fn() -> Output
impl<Output> WithAbiImpl<CUnwind> for unsafe fn() -> Output
Source§impl<Output, A> WithAbiImpl<CUnwind> for unsafe fn(A) -> Output
impl<Output, A> WithAbiImpl<CUnwind> for unsafe fn(A) -> Output
Source§impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe fn(A, B) -> Output
impl<Output, A, B> WithAbiImpl<CUnwind> for unsafe fn(A, B) -> Output
Source§impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe fn(A, B, C) -> Output
impl<Output, A, B, C> WithAbiImpl<CUnwind> for unsafe fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithAbiImpl<CUnwind> for unsafe fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithAbiImpl<CUnwind> for unsafe fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithAbiImpl<CUnwind> for unsafe fn(A, B, C, D, E, F) -> Output
impl Copy for CUnwind
impl Eq for CUnwind
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