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