pub struct LoadHandlePair<'a> { /* private fields */ }
Expand description
§Load/Handle Pair contained within SMBiosMemoryChannel
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> Freeze for LoadHandlePair<'a>
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