Add Rust function pointers.
Co-authored-by: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
8cb8955d57
commit
55802e3bf3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue