#[repr(C)]pub struct EcsStatsHeader {
pub elapsed: f32,
pub reduce_count: i32,
}Fields§
§elapsed: f32§reduce_count: i32Trait Implementations§
Source§impl Clone for EcsStatsHeader
impl Clone for EcsStatsHeader
Source§fn clone(&self) -> EcsStatsHeader
fn clone(&self) -> EcsStatsHeader
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 moreSource§impl Debug for EcsStatsHeader
impl Debug for EcsStatsHeader
impl Copy for EcsStatsHeader
Auto Trait Implementations§
impl Freeze for EcsStatsHeader
impl RefUnwindSafe for EcsStatsHeader
impl Send for EcsStatsHeader
impl Sync for EcsStatsHeader
impl Unpin for EcsStatsHeader
impl UnwindSafe for EcsStatsHeader
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