pub struct RuntimeDebugStats {Show 17 fields
pub node_updates_len: usize,
pub node_updates_cap: usize,
pub invalid_scopes_len: usize,
pub invalid_scopes_cap: usize,
pub scope_queue_len: usize,
pub scope_queue_cap: usize,
pub frame_callbacks_len: usize,
pub frame_callbacks_cap: usize,
pub local_tasks_len: usize,
pub local_tasks_cap: usize,
pub ui_conts_len: usize,
pub ui_conts_cap: usize,
pub tasks_len: usize,
pub tasks_cap: usize,
pub external_state_owners_len: usize,
pub external_state_owners_cap: usize,
pub ui_dispatcher_pending: usize,
}Fields§
§node_updates_len: usize§node_updates_cap: usize§invalid_scopes_len: usize§invalid_scopes_cap: usize§scope_queue_len: usize§scope_queue_cap: usize§frame_callbacks_len: usize§frame_callbacks_cap: usize§local_tasks_len: usize§local_tasks_cap: usize§ui_conts_len: usize§ui_conts_cap: usize§tasks_len: usize§tasks_cap: usize§external_state_owners_len: usize§external_state_owners_cap: usize§ui_dispatcher_pending: usizeTrait Implementations§
Source§impl Clone for RuntimeDebugStats
impl Clone for RuntimeDebugStats
Source§fn clone(&self) -> RuntimeDebugStats
fn clone(&self) -> RuntimeDebugStats
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 RuntimeDebugStats
impl Debug for RuntimeDebugStats
Source§impl Default for RuntimeDebugStats
impl Default for RuntimeDebugStats
Source§fn default() -> RuntimeDebugStats
fn default() -> RuntimeDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for RuntimeDebugStats
impl PartialEq for RuntimeDebugStats
impl Copy for RuntimeDebugStats
impl Eq for RuntimeDebugStats
impl StructuralPartialEq for RuntimeDebugStats
Auto Trait Implementations§
impl Freeze for RuntimeDebugStats
impl RefUnwindSafe for RuntimeDebugStats
impl Send for RuntimeDebugStats
impl Sync for RuntimeDebugStats
impl Unpin for RuntimeDebugStats
impl UnsafeUnpin for RuntimeDebugStats
impl UnwindSafe for RuntimeDebugStats
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