Struct FixedMainSystem
pub struct FixedMainSystem(/* private fields */);Trait Implementations§
§impl Clone for FixedMainSystem
impl Clone for FixedMainSystem
§fn clone(&self) -> FixedMainSystem
fn clone(&self) -> FixedMainSystem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl ExclusiveSystem for FixedMainSystem
impl ExclusiveSystem for FixedMainSystem
fn run_exclusive(&mut self, resources: &mut Resources)
§impl SystemInit for FixedMainSystem
impl SystemInit for FixedMainSystem
fn init(&mut self, resources: &mut Resources)
fn system_type_name(&self) -> &'static str
fn system_type_id(&self) -> TypeId
fn system_label(&self) -> SystemLabel
impl Copy for FixedMainSystem
Auto Trait Implementations§
impl Freeze for FixedMainSystem
impl RefUnwindSafe for FixedMainSystem
impl Send for FixedMainSystem
impl Sync for FixedMainSystem
impl Unpin for FixedMainSystem
impl UnwindSafe for FixedMainSystem
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