#[repr(C, packed)]
pub struct RsdpV2Tag { /* private fields */ }
Expand description

This tag contains a copy of RSDP as defined per ACPI 2.0 or later specification.

Implementations

The “RSD PTR “ marker signature.

This is originally a 8-byte C string (not null terminated!) that must contain “RSD PTR “.

Validation of the RSDPv2 extended checksum

An OEM-supplied string that identifies the OEM.

The revision of the ACPI.

Physical address of the XSDT table.

On x86, this is truncated from 64-bit to 32-bit.

This field is used to calculate the checksum of the entire table, including both checksum fields.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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.