Struct bern_conf_type::MemorySection[][src]

pub struct MemorySection {
    pub start_address: usize,
    pub size: Size,
}
Expand description

Definition of a memory section or region

Fields

start_address: usize

Lowest address of the section

size: Size

Section size

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

Performs the conversion.

Performs the conversion.

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.