pub struct DevicePlatformSettings {
pub smbios: Smbios,
pub general: General,
pub acpi_tables: Vec<Vec<u8>>,
}
Expand description
All available device platform settings.
Fields§
§smbios: Smbios
§general: General
§acpi_tables: Vec<Vec<u8>>
Trait Implementations§
Source§impl Debug for DevicePlatformSettings
impl Debug for DevicePlatformSettings
Auto Trait Implementations§
impl Freeze for DevicePlatformSettings
impl RefUnwindSafe for DevicePlatformSettings
impl Send for DevicePlatformSettings
impl Sync for DevicePlatformSettings
impl Unpin for DevicePlatformSettings
impl UnwindSafe for DevicePlatformSettings
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