pub struct TimerMemoryPageExtentStatus {
pub wasm_pages: u64,
pub stable_pages: u64,
}Expand description
Runtime high-water memory extents measured in 64-KiB pages.
Fields§
§wasm_pages: u64§stable_pages: u64Trait Implementations§
Source§impl Clone for TimerMemoryPageExtentStatus
impl Clone for TimerMemoryPageExtentStatus
Source§fn clone(&self) -> TimerMemoryPageExtentStatus
fn clone(&self) -> TimerMemoryPageExtentStatus
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 moreSource§impl Debug for TimerMemoryPageExtentStatus
impl Debug for TimerMemoryPageExtentStatus
Source§impl<'de> Deserialize<'de> for TimerMemoryPageExtentStatus
impl<'de> Deserialize<'de> for TimerMemoryPageExtentStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TimerMemoryPageExtentStatus
impl StructuralPartialEq for TimerMemoryPageExtentStatus
Auto Trait Implementations§
impl Freeze for TimerMemoryPageExtentStatus
impl RefUnwindSafe for TimerMemoryPageExtentStatus
impl Send for TimerMemoryPageExtentStatus
impl Sync for TimerMemoryPageExtentStatus
impl Unpin for TimerMemoryPageExtentStatus
impl UnsafeUnpin for TimerMemoryPageExtentStatus
impl UnwindSafe for TimerMemoryPageExtentStatus
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