pub struct Gc {
pub allocation_speed: f64,
pub gen0_items_count: i64,
pub gen0_size: i64,
pub gen1_items_count: i64,
pub gen1_size: i64,
pub gen2_items_count: i64,
pub gen2_size: i64,
pub large_heap_size: i64,
pub time_in_gc: f64,
pub total_bytes_in_heaps: i64,
}Fields§
§allocation_speed: f64§gen0_items_count: i64§gen0_size: i64§gen1_items_count: i64§gen1_size: i64§gen2_items_count: i64§gen2_size: i64§large_heap_size: i64§time_in_gc: f64§total_bytes_in_heaps: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gc
impl RefUnwindSafe for Gc
impl Send for Gc
impl Sync for Gc
impl Unpin for Gc
impl UnsafeUnpin for Gc
impl UnwindSafe for Gc
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request