#[repr(C)]pub struct EcsWorldStats {
pub hdr: EcsStatsHeader,
pub stats: ecs_world_stats_t,
}Fields§
§hdr: EcsStatsHeader§stats: ecs_world_stats_tTrait Implementations§
Source§impl Clone for EcsWorldStats
impl Clone for EcsWorldStats
Source§fn clone(&self) -> EcsWorldStats
fn clone(&self) -> EcsWorldStats
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 moreimpl Copy for EcsWorldStats
Auto Trait Implementations§
impl Freeze for EcsWorldStats
impl RefUnwindSafe for EcsWorldStats
impl Send for EcsWorldStats
impl Sync for EcsWorldStats
impl Unpin for EcsWorldStats
impl UnwindSafe for EcsWorldStats
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