pub struct Bios {
pub vendor: String,
pub release: String,
pub version: String,
pub date: String,
}Expand description
Contains information relative to the installed bios
Fields§
§vendor: String§release: String§version: String§date: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bios
impl Send for Bios
impl Sync for Bios
impl Unpin for Bios
impl UnwindSafe for Bios
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