pub struct PlatformMemory {
pub meminfo: BTreeMap<String, ByteSize>,
}
Fields§
§meminfo: BTreeMap<String, ByteSize>
Trait Implementations§
Source§impl Clone for PlatformMemory
impl Clone for PlatformMemory
Source§fn clone(&self) -> PlatformMemory
fn clone(&self) -> PlatformMemory
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PlatformMemory
impl RefUnwindSafe for PlatformMemory
impl Send for PlatformMemory
impl Sync for PlatformMemory
impl Unpin for PlatformMemory
impl UnwindSafe for PlatformMemory
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