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