Struct smbioslib::DefinedStructTable
source · pub struct DefinedStructTable<'a>(/* private fields */);
Expand description
Defined Struct Table
Contains a list of DefinedStruct items.
Trait Implementations§
source§impl<'a> Debug for DefinedStructTable<'a>
impl<'a> Debug for DefinedStructTable<'a>
source§impl<'a> FromIterator<&'a UndefinedStruct> for DefinedStructTable<'a>
impl<'a> FromIterator<&'a UndefinedStruct> for DefinedStructTable<'a>
source§fn from_iter<I: IntoIterator<Item = &'a UndefinedStruct>>(iter: I) -> Self
fn from_iter<I: IntoIterator<Item = &'a UndefinedStruct>>(iter: I) -> Self
Creates a value from an iterator. Read more
source§impl<'a> IntoIterator for DefinedStructTable<'a>
impl<'a> IntoIterator for DefinedStructTable<'a>
§type Item = DefinedStruct<'a>
type Item = DefinedStruct<'a>
The type of the elements being iterated over.
§type IntoIter = IntoIter<<DefinedStructTable<'a> as IntoIterator>::Item, Global>
type IntoIter = IntoIter<<DefinedStructTable<'a> as IntoIterator>::Item, Global>
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DefinedStructTable<'a>
impl<'a> Send for DefinedStructTable<'a>
impl<'a> Sync for DefinedStructTable<'a>
impl<'a> Unpin for DefinedStructTable<'a>
impl<'a> UnwindSafe for DefinedStructTable<'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