Struct os_bootinfo::MemoryRegion[][src]

#[repr(C)]
pub struct MemoryRegion { pub range: FrameRange, pub region_type: MemoryRegionType, }

Fields

Methods

impl MemoryRegion
[src]

Trait Implementations

impl Debug for MemoryRegion
[src]

Formats the value using the given formatter. Read more

impl Clone for MemoryRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MemoryRegion
[src]

impl PartialEq for MemoryRegion
[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 MemoryRegion
[src]

impl From<E820MemoryRegion> for MemoryRegion
[src]

Performs the conversion.

Auto Trait Implementations