pub struct RuntimeThreadLocalDebugStats {
pub active_runtimes_len: usize,
pub active_runtimes_cap: usize,
pub registered_runtimes_len: usize,
pub registered_runtimes_cap: usize,
pub deferred_state_releases_len: usize,
pub deferred_state_releases_cap: usize,
}Fields§
§active_runtimes_len: usize§active_runtimes_cap: usize§registered_runtimes_len: usize§registered_runtimes_cap: usize§deferred_state_releases_len: usize§deferred_state_releases_cap: usizeTrait Implementations§
Source§impl Clone for RuntimeThreadLocalDebugStats
impl Clone for RuntimeThreadLocalDebugStats
Source§fn clone(&self) -> RuntimeThreadLocalDebugStats
fn clone(&self) -> RuntimeThreadLocalDebugStats
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 RuntimeThreadLocalDebugStats
impl Debug for RuntimeThreadLocalDebugStats
Source§impl Default for RuntimeThreadLocalDebugStats
impl Default for RuntimeThreadLocalDebugStats
Source§fn default() -> RuntimeThreadLocalDebugStats
fn default() -> RuntimeThreadLocalDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for RuntimeThreadLocalDebugStats
impl PartialEq for RuntimeThreadLocalDebugStats
Source§fn eq(&self, other: &RuntimeThreadLocalDebugStats) -> bool
fn eq(&self, other: &RuntimeThreadLocalDebugStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RuntimeThreadLocalDebugStats
impl Eq for RuntimeThreadLocalDebugStats
impl StructuralPartialEq for RuntimeThreadLocalDebugStats
Auto Trait Implementations§
impl Freeze for RuntimeThreadLocalDebugStats
impl RefUnwindSafe for RuntimeThreadLocalDebugStats
impl Send for RuntimeThreadLocalDebugStats
impl Sync for RuntimeThreadLocalDebugStats
impl Unpin for RuntimeThreadLocalDebugStats
impl UnsafeUnpin for RuntimeThreadLocalDebugStats
impl UnwindSafe for RuntimeThreadLocalDebugStats
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