pub struct SmbiosType1 { /* private fields */ }
Expand description
Specify SMBIOS type 1 fields
Implementations§
Source§impl SmbiosType1
impl SmbiosType1
Sourcepub fn builder() -> SmbiosType1Builder
pub fn builder() -> SmbiosType1Builder
Create an instance of SmbiosType1
using the builder syntax
Trait Implementations§
Source§impl Default for SmbiosType1
impl Default for SmbiosType1
Source§fn default() -> SmbiosType1
fn default() -> SmbiosType1
Returns the “default value” for a type. Read more
Source§impl ToCommand for SmbiosType1
impl ToCommand for SmbiosType1
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
Auto Trait Implementations§
impl Freeze for SmbiosType1
impl RefUnwindSafe for SmbiosType1
impl Send for SmbiosType1
impl Sync for SmbiosType1
impl Unpin for SmbiosType1
impl UnwindSafe for SmbiosType1
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