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