Docs.rs
fn-ptr-0.4.0
fn-ptr 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
OpenByteDev
Dependencies
const_panic ^0.2
normal
ffi-opaque ^2.0.1
normal
konst ^0.4
normal
static_assertions ^1.1
dev
build-target ^0.8
build
cargo-emit ^0.2
build
rustc_version ^0.4
build
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module abi
fn_ptr
0.4.0
Module abi
Module Items
Enums
Functions
In crate fn_
ptr
fn_ptr
Module
abi
Copy item path
Source
Expand description
Module containing the Abi abstraction.
Enums
§
Abi
The abi or calling convention of a function pointer.
Functions
§
key
Returns the value used to designate the given ABI in const generics. For stable or beta builds this returns an
u8
, while on nightly the
Abi
instance is returned.
parse
Parse a string into an
Abi
if known, otherwise returns
None
.
parse_
or_
fail
Parse a string into an
Abi
and panic if unknown.