pub struct MeasurementList { /* private fields */ }
Expand description

MeasurementList models the IMA measurement lists’s last two known numbers of entries in the log and filesizes at that point

Implementations

Read the IMA measurement list starting from a given entry. The entry may be of any value 0 <= entry <= entries_in_log where entries_in_log + 1 indicates that the client wants to read the next entry once available. If the entry is outside this range, the function will automatically read from the 0-th entry. This function returns the measurement list and the entry from where it was read and the current number of entries in the file.

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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
Drops the content pointed by this pointer and frees it. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.