Struct multiboot2::RsdpV2Tag[][src]

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

Methods

impl RsdpV2Tag
[src]

Get the physical address of the XSDT. On x86, this is truncated from 64-bit to 32-bit.

Trait Implementations

impl Debug for RsdpV2Tag
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RsdpV2Tag

impl Sync for RsdpV2Tag