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

This tag contains a copy of RSDP as defined per ACPI 1.0 specification.

Implementations

The “RSD PTR “ marker singature.

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

Validation of the RSDPv1 checksum

An OEM-supplied string that identifies the OEM.

The revision of the ACPI.

The physical (I repeat: physical) address of the RSDT table.

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.