Struct smbioslib::ContainedElements [−][src]
pub struct ContainedElements<'a> { /* fields omitted */ }Expand description
Trait Implementations
type Item = ChassisElement<'a>
type Item = ChassisElement<'a>The type of the elements being iterated over.
type IntoIter = ContainedElementsIterator<'a>
type IntoIter = ContainedElementsIterator<'a>Which kind of iterator are we turning this into?
Auto Trait Implementations
impl<'a> RefUnwindSafe for ContainedElements<'a>impl<'a> Send for ContainedElements<'a>impl<'a> Sync for ContainedElements<'a>impl<'a> Unpin for ContainedElements<'a>impl<'a> UnwindSafe for ContainedElements<'a>