Add Rust function pointers.

Co-authored-by: Ralf Jung <post@ralfj.de>
This commit is contained in:
Laurence Tratt 2020-08-12 15:38:18 +00:00 committed by GitHub
parent 8cb8955d57
commit 55802e3bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@
//! * [`Box<T>`]
//! * `&T`
//! * `&mut T`
//! * `extern "C" fn`
//! * `fn`, `extern "C" fn`
//! * [`num::NonZero*`]
//! * [`ptr::NonNull<T>`]
//! * `#[repr(transparent)]` struct around one of the types in this list.