pub struct DarwinHardwareSummary {
pub machine_model: Option<String>,
pub machine_name: Option<String>,
pub chip_type: Option<String>,
pub physical_memory: Option<String>,
}Fields§
§machine_model: Option<String>§machine_name: Option<String>§chip_type: Option<String>§physical_memory: Option<String>Trait Implementations§
Source§impl Clone for DarwinHardwareSummary
impl Clone for DarwinHardwareSummary
Source§fn clone(&self) -> DarwinHardwareSummary
fn clone(&self) -> DarwinHardwareSummary
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 DarwinHardwareSummary
impl Debug for DarwinHardwareSummary
impl Eq for DarwinHardwareSummary
Source§impl PartialEq for DarwinHardwareSummary
impl PartialEq for DarwinHardwareSummary
impl StructuralPartialEq for DarwinHardwareSummary
Auto Trait Implementations§
impl Freeze for DarwinHardwareSummary
impl RefUnwindSafe for DarwinHardwareSummary
impl Send for DarwinHardwareSummary
impl Sync for DarwinHardwareSummary
impl Unpin for DarwinHardwareSummary
impl UnsafeUnpin for DarwinHardwareSummary
impl UnwindSafe for DarwinHardwareSummary
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.