pub struct RAMInfo {
pub total: u64,
}
Expand description
RAM information.
Fields§
§total: u64
Total RAM in GB.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RAMInfo
impl RefUnwindSafe for RAMInfo
impl Send for RAMInfo
impl Sync for RAMInfo
impl Unpin for RAMInfo
impl UnwindSafe for RAMInfo
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