pub struct HInfo<'a> {
pub cpu: Characters<'a>,
pub os: Characters<'a>,
}Expand description
§Host information
This record is used to return host information
Fields§
§cpu: Characters<'a>The CPU type
os: Characters<'a>The OS type
Trait Implementations§
impl<'a> Copy for HInfo<'a>
impl<'a> StructuralPartialEq for HInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for HInfo<'a>
impl<'a> RefUnwindSafe for HInfo<'a>
impl<'a> Send for HInfo<'a>
impl<'a> Sync for HInfo<'a>
impl<'a> Unpin for HInfo<'a>
impl<'a> UnwindSafe for HInfo<'a>
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