Struct smbioslib::LoadHandlePair [−][src]
pub struct LoadHandlePair<'a> { /* fields omitted */ }
Expand description
Implementations
Channel load provided by the super::SMBiosMemoryDevice associated with this channel
Structure handle that identifies the super::SMBiosMemoryDevice associated with this channel
Trait Implementations
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>