#[repr(C)]pub struct SmbiosResponse { /* private fields */ }Expand description
A response to a smbios request.
Implementations§
Source§impl SmbiosResponse
impl SmbiosResponse
Sourcepub fn entry_32(&self) -> Option<NonZeroUsize>
pub fn entry_32(&self) -> Option<NonZeroUsize>
Returns the physical address of the SMBIOS 32-bit entry point, if it exists.
Sourcepub fn entry_64(&self) -> Option<NonZeroUsize>
pub fn entry_64(&self) -> Option<NonZeroUsize>
Returns the physical address of the SMBIOS 64-bit entry point, if it exists.
Trait Implementations§
impl Send for SmbiosResponse
impl Sync for SmbiosResponse
Auto Trait Implementations§
impl Freeze for SmbiosResponse
impl RefUnwindSafe for SmbiosResponse
impl Unpin for SmbiosResponse
impl UnwindSafe for SmbiosResponse
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