pub struct GetmemoryinfoParams {
pub mode: String,
}Expand description
Returns an object containing information about memory usage.
Fields§
§mode: StringTrait Implementations§
Source§impl Debug for GetmemoryinfoParams
impl Debug for GetmemoryinfoParams
Auto Trait Implementations§
impl Freeze for GetmemoryinfoParams
impl RefUnwindSafe for GetmemoryinfoParams
impl Send for GetmemoryinfoParams
impl Sync for GetmemoryinfoParams
impl Unpin for GetmemoryinfoParams
impl UnsafeUnpin for GetmemoryinfoParams
impl UnwindSafe for GetmemoryinfoParams
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