pub struct DefaultPlugins;Expand description
Default plugins bundle
Includes:
EcsPlugin- Entity Component System
Trait Implementations§
Source§impl Plugin for DefaultPlugins
impl Plugin for DefaultPlugins
Source§fn is_plugin_group(&self) -> bool
fn is_plugin_group(&self) -> bool
Returns true if this is a plugin bundle that adds other plugins internally.
Used for accurate plugin count logging (e.g., DefaultPlugins).
Auto Trait Implementations§
impl Freeze for DefaultPlugins
impl RefUnwindSafe for DefaultPlugins
impl Send for DefaultPlugins
impl Sync for DefaultPlugins
impl Unpin for DefaultPlugins
impl UnwindSafe for DefaultPlugins
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more