mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Updated crate docs
This commit is contained in:
parent
87fa86c10a
commit
c9dfa60fe2
1 changed files with 3 additions and 0 deletions
|
@ -119,10 +119,12 @@
|
|||
//! * [`Tuple`]
|
||||
//! * [`Array`]
|
||||
//! * [`List`]
|
||||
//! * [`Set`]
|
||||
//! * [`Map`]
|
||||
//! * [`Struct`]
|
||||
//! * [`TupleStruct`]
|
||||
//! * [`Enum`]
|
||||
//! * [`Function`] (requires the `functions` feature)
|
||||
//!
|
||||
//! As mentioned previously, the last three are automatically implemented by the [derive macro].
|
||||
//!
|
||||
|
@ -516,6 +518,7 @@
|
|||
//! [the language feature for dyn upcasting coercion]: https://github.com/rust-lang/rust/issues/65991
|
||||
//! [derive macro]: derive@crate::Reflect
|
||||
//! [`'static` lifetime]: https://doc.rust-lang.org/rust-by-example/scope/lifetime/static_lifetime.html#trait-bound
|
||||
//! [`Function`]: func::Function
|
||||
//! [derive macro documentation]: derive@crate::Reflect
|
||||
//! [deriving `Reflect`]: derive@crate::Reflect
|
||||
//! [type data]: TypeData
|
||||
|
|
Loading…
Reference in a new issue