pub struct Unsafe;Expand description
Marker type for unsafe functions.
Trait Implementations§
Source§impl<Output, A, B, C, D> BuildFn<Unsafe, SysV64Unwind, Output> for (A, B, C, D)
impl<Output, A, B, C, D> BuildFn<Unsafe, SysV64Unwind, Output> for (A, B, C, D)
Source§impl<Output, A, B, C, D, E> BuildFn<Unsafe, SysV64Unwind, Output> for (A, B, C, D, E)
impl<Output, A, B, C, D, E> BuildFn<Unsafe, SysV64Unwind, Output> for (A, B, C, D, E)
Source§impl<Output, A, B, C, D, E, F> BuildFn<Unsafe, SysV64Unwind, Output> for (A, B, C, D, E, F)
impl<Output, A, B, C, D, E, F> BuildFn<Unsafe, SysV64Unwind, Output> for (A, B, C, D, E, F)
Source§impl<Output, A, B, C, D> BuildFn<Unsafe, SystemUnwind, Output> for (A, B, C, D)
impl<Output, A, B, C, D> BuildFn<Unsafe, SystemUnwind, Output> for (A, B, C, D)
Source§impl<Output, A, B, C, D, E> BuildFn<Unsafe, SystemUnwind, Output> for (A, B, C, D, E)
impl<Output, A, B, C, D, E> BuildFn<Unsafe, SystemUnwind, Output> for (A, B, C, D, E)
Source§impl<Output, A, B, C, D, E, F> BuildFn<Unsafe, SystemUnwind, Output> for (A, B, C, D, E, F)
impl<Output, A, B, C, D, E, F> BuildFn<Unsafe, SystemUnwind, Output> for (A, B, C, D, E, F)
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "C" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "C" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "C" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "C" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "C" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "C" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "C" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "C-unwind" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "C-unwind" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "C-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "efiapi" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "efiapi" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "efiapi" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "system" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "system" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "system" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "system" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "system" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "system" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "system" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "system-unwind" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "system-unwind" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "system-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "sysv64" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "sysv64" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "sysv64" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "C" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "C" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "C" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "efiapi" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "system" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "system" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "system" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Output
Source§impl<Output> WithSafetyImpl<Unsafe> for unsafe fn() -> Output
impl<Output> WithSafetyImpl<Unsafe> for unsafe fn() -> Output
Source§impl<Output, A> WithSafetyImpl<Unsafe> for unsafe fn(A) -> Output
impl<Output, A> WithSafetyImpl<Unsafe> for unsafe fn(A) -> Output
Source§impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe fn(A, B) -> Output
impl<Output, A, B> WithSafetyImpl<Unsafe> for unsafe fn(A, B) -> Output
Source§impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C) -> Output
impl<Output, A, B, C> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C) -> Output
Source§impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C, D) -> Output
impl<Output, A, B, C, D> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C, D) -> Output
Source§impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C, D, E) -> Output
impl<Output, A, B, C, D, E> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C, D, E) -> Output
Source§impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C, D, E, F) -> Output
impl<Output, A, B, C, D, E, F> WithSafetyImpl<Unsafe> for unsafe fn(A, B, C, D, E, F) -> Output
impl Copy for Unsafe
impl Eq for Unsafe
impl StructuralPartialEq for Unsafe
Auto Trait Implementations§
impl Freeze for Unsafe
impl RefUnwindSafe for Unsafe
impl Send for Unsafe
impl Sync for Unsafe
impl Unpin for Unsafe
impl UnwindSafe for Unsafe
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