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