mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Add Rust function pointers.
Co-authored-by: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
8cb8955d57
commit
55802e3bf3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user