Struct smbioslib::LoadHandlePair
source · pub struct LoadHandlePair<'a> { /* private fields */ }
Expand description
Implementations§
source§impl<'a> LoadHandlePair<'a>
impl<'a> LoadHandlePair<'a>
sourcepub fn load(&self) -> Option<u8>
pub fn load(&self) -> Option<u8>
Channel load provided by the super::SMBiosMemoryDevice associated with this channel
sourcepub fn handle(&self) -> Option<Handle>
pub fn handle(&self) -> Option<Handle>
Structure handle that identifies the super::SMBiosMemoryDevice associated with this channel
Trait Implementations§
source§impl Debug for LoadHandlePair<'_>
impl Debug for LoadHandlePair<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LoadHandlePair<'a>
impl<'a> Send for LoadHandlePair<'a>
impl<'a> Sync for LoadHandlePair<'a>
impl<'a> Unpin for LoadHandlePair<'a>
impl<'a> UnwindSafe for LoadHandlePair<'a>
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