[−][src]Struct screeps::game::cpu::HeapStatistics
Fields
total_heap_size: u32total_heap_size_executable: u32total_physical_size: u32used_heap_size: u32heap_size_limit: u32malloced_memory: u32peak_malloced_memory: u32does_zap_garbage: u32externally_allocated_size: u32Trait Implementations
impl Default for HeapStatistics[src]
fn default() -> HeapStatistics[src]
impl Serialize for HeapStatistics[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for HeapStatistics[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl TryFrom<HeapStatistics> for Value
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: HeapStatistics) -> Result<Self, Self::Error>
impl<'_a> TryFrom<&'_a HeapStatistics> for Value
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &'_a HeapStatistics) -> Result<Self, Self::Error>
impl<'_a> TryFrom<&'_a mut HeapStatistics> for Value
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &'_a mut HeapStatistics) -> Result<Self, Self::Error>
impl TryFrom<Value> for HeapStatistics
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Value) -> Result<Self, Self::Error>
impl JsSerialize for HeapStatistics
fn _into_js<'x>(&'x self) -> SerializedValue<'x>
impl JsSerializeOwned for HeapStatistics
fn into_js_owned<'_a>(value: &'_a mut Option<Self>) -> SerializedValue<'_a>
impl<'_r> JsSerializeOwned for &'_r HeapStatistics
fn into_js_owned<'_a>(value: &'_a mut Option<Self>) -> SerializedValue<'_a>
Auto Trait Implementations
impl Send for HeapStatistics
impl Sync for HeapStatistics
Blanket Implementations
impl<T, U> IntoExpectedType for T where
U: FromExpectedType<T>, [src]
U: FromExpectedType<T>,
fn into_expected_type(Self) -> Result<U, ConversionError>[src]
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,