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