Struct os_bootinfo::MemoryRegion [] [src]

pub struct MemoryRegion {
    pub start_addr: PhysAddr,
    pub len: u64,
    pub region_type: MemoryRegionType,
}

Fields

Trait Implementations

impl Debug for MemoryRegion
[src]

[src]

Formats the value using the given formatter.

impl Clone for MemoryRegion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MemoryRegion
[src]

impl PartialEq for MemoryRegion
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for MemoryRegion
[src]

impl From<E820MemoryRegion> for MemoryRegion
[src]

[src]

Performs the conversion.