Struct frida_gum::MemoryRange[][src]

pub struct MemoryRange { /* fields omitted */ }

Implementations

Get the start address of the range.

Get the size of the range. The end address of the range can be computed by adding the MemoryRange::base_address() to the 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.