Struct smbioslib::UndefinedStructTable[][src]

pub struct UndefinedStructTable(_);
Expand description

Undefined Struct Table

A collection of UndefinedStruct items.

Implementations

Iterator of the contained UndefinedStruct items.

An iterator over the defined type instances within the table.

Tests if every element of the defined struct iterator matches a predicate.

Tests if any element of the defined struct iterator matches a predicate.

Finds the first occurance of the structure

Finds the first occurance of the structure that satisfies a predicate.

Applies function to the defined struct elements and returns the first non-none result.

Creates an iterator of the defined structure which uses a closure to determine if an element should be yielded.

Maps the defined struct to another type given by the closure.

Creates an iterator that both filters and maps from the defined struct iterator.

Finds the structure matching the given handle

To downcast to the defined struct, call .defined_struct() on the result.

Returns all occurances of the structure

Load an UndefinedStructTable by seeking and reading the file offsets.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.