Struct frida_gum::RangeDetails[][src]

pub struct RangeDetails<'a> { /* fields omitted */ }
Expand description

Details a range of virtual memory.

Implementations

Get a RangeDetails for the range containing the given address.

Enumerate all ranges which match the given PageProtection, calling the callback function for each such range.

The range of memory that is detailed.

The page protection of the range.

The associated file mapping, if present.

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.