pub struct LinuxMemoryModule {
pub size_mb: u64,
pub speed_mhz: Option<u32>,
pub memory_type: String,
pub locator: String,
}
Fields§
§size_mb: u64
§speed_mhz: Option<u32>
§memory_type: String
§locator: String
Trait Implementations§
Source§impl Clone for LinuxMemoryModule
impl Clone for LinuxMemoryModule
Source§fn clone(&self) -> LinuxMemoryModule
fn clone(&self) -> LinuxMemoryModule
Returns a duplicate 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 LinuxMemoryModule
impl RefUnwindSafe for LinuxMemoryModule
impl Send for LinuxMemoryModule
impl Sync for LinuxMemoryModule
impl Unpin for LinuxMemoryModule
impl UnwindSafe for LinuxMemoryModule
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