Struct SmbiosInformation
pub struct SmbiosInformation;
Implementations§
§impl SmbiosInformation
impl SmbiosInformation
pub fn SerialNumber() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for SmbiosInformation
impl RefUnwindSafe for SmbiosInformation
impl Send for SmbiosInformation
impl Sync for SmbiosInformation
impl Unpin for SmbiosInformation
impl UnwindSafe for SmbiosInformation
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