pub struct SysV64Unwind;Expand description
Type-level marker for the sysv64-unwind ABI.
Trait Implementations§
Source§impl Abi for SysV64Unwind
impl Abi for SysV64Unwind
Source§impl Clone for SysV64Unwind
impl Clone for SysV64Unwind
Source§fn clone(&self) -> SysV64Unwind
fn clone(&self) -> SysV64Unwind
Returns a duplicate 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 moreSource§impl Debug for SysV64Unwind
impl Debug for SysV64Unwind
Source§impl Hash for SysV64Unwind
impl Hash for SysV64Unwind
Source§impl PartialEq for SysV64Unwind
impl PartialEq for SysV64Unwind
Source§impl<Ret> WithAbi<SysV64Unwind> for extern "C" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for extern "C" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for extern "C" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for extern "C" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "C" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "C" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "C" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for extern "C-unwind" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for extern "C-unwind" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for extern "system" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for extern "system" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for extern "system" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for extern "system" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "system" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "system" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "system" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for extern "system-unwind" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for extern "system-unwind" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for extern "sysv64" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for extern "sysv64" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for extern "sysv64" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for extern "sysv64" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "sysv64" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "C" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "C" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "C" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "system" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "system" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "system" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithAbi<SysV64Unwind> for unsafe fn() -> Ret
impl<Ret> WithAbi<SysV64Unwind> for unsafe fn() -> Ret
Source§impl<Ret, A> WithAbi<SysV64Unwind> for unsafe fn(A) -> Ret
impl<Ret, A> WithAbi<SysV64Unwind> for unsafe fn(A) -> Ret
Source§impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe fn(A, B) -> Ret
impl<Ret, A, B> WithAbi<SysV64Unwind> for unsafe fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithAbi<SysV64Unwind> for unsafe fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithAbi<SysV64Unwind> for unsafe fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithAbi<SysV64Unwind> for unsafe fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithAbi<SysV64Unwind> for unsafe fn(A, B, C, D, E, F) -> Ret
impl Copy for SysV64Unwind
impl Eq for SysV64Unwind
impl<Ret> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn() -> Ret
impl<Ret, A> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A) -> Ret
impl<Ret, A, B> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B) -> Ret
impl<Ret, A, B, C> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C, D> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D, E> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E, F> HasAbi<SysV64Unwind> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn() -> Ret
impl<Ret, A> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A) -> Ret
impl<Ret, A, B> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B) -> Ret
impl<Ret, A, B, C> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C, D> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D, E> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E, F> HasAbi<SysV64Unwind> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl StructuralPartialEq for SysV64Unwind
Auto Trait Implementations§
impl Freeze for SysV64Unwind
impl RefUnwindSafe for SysV64Unwind
impl Send for SysV64Unwind
impl Sync for SysV64Unwind
impl Unpin for SysV64Unwind
impl UnwindSafe for SysV64Unwind
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