Struct multiboot2_header::InformationRequestHeaderTagBuilder[][src]

pub struct InformationRequestHeaderTagBuilder { /* fields omitted */ }
Expand description

Helper to build the dynamically sized InformationRequestHeaderTag at runtime.

Implementations

New builder.

Returns the expected length of the information request tag, when the build-method gets called.

Adds an MbiTagType to the information request.

Adds multiple MbiTagType to the information request.

Builds the bytes of the dynamically sized information request header.

Trait Implementations

Formats the value using the given formatter. 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.