Struct os_bootinfo::E820MemoryRegion[][src]

#[repr(C)]
pub struct E820MemoryRegion { pub start_addr: u64, pub len: u64, pub region_type: u32, pub acpi_extended_attributes: u32, }

Fields

Trait Implementations

impl Debug for E820MemoryRegion
[src]

Formats the value using the given formatter. Read more

impl Clone for E820MemoryRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for E820MemoryRegion
[src]

impl PartialEq for E820MemoryRegion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for E820MemoryRegion
[src]

impl From<E820MemoryRegion> for MemoryRegion
[src]

Performs the conversion.

Auto Trait Implementations