pub struct DeclaredCounters {
pub bodies: u32,
pub colliders: u32,
pub constraints: u32,
pub body_edits: u32,
pub body_moves: u32,
pub constraint_commands: u32,
pub constraint_moves: u32,
}Fields§
§bodies: u32§colliders: u32§constraints: u32§body_edits: u32§body_moves: u32§constraint_commands: u32§constraint_moves: u32Implementations§
Source§impl DeclaredCounters
impl DeclaredCounters
pub fn write_into(&self, counters: &mut Counters)
Trait Implementations§
Source§impl Clone for DeclaredCounters
impl Clone for DeclaredCounters
Source§fn clone(&self) -> DeclaredCounters
fn clone(&self) -> DeclaredCounters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeclaredCounters
Source§impl Debug for DeclaredCounters
impl Debug for DeclaredCounters
Source§impl Default for DeclaredCounters
impl Default for DeclaredCounters
Source§fn default() -> DeclaredCounters
fn default() -> DeclaredCounters
Returns the “default value” for a type. Read more
impl Eq for DeclaredCounters
Source§impl PartialEq for DeclaredCounters
impl PartialEq for DeclaredCounters
impl StructuralPartialEq for DeclaredCounters
Auto Trait Implementations§
impl Freeze for DeclaredCounters
impl RefUnwindSafe for DeclaredCounters
impl Send for DeclaredCounters
impl Sync for DeclaredCounters
impl Unpin for DeclaredCounters
impl UnsafeUnpin for DeclaredCounters
impl UnwindSafe for DeclaredCounters
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