Struct frida_gum::CpuContext[][src]

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

Platform-dependent access to processor state.

Implementations

Get a numbered argument from the processor context, determined by the platform calling convention.

Set a numbered argument in the processor context, determined by the platform calling convention.

Get the value of the register used for the platform calling convention’s return value.

Set the value of the register used for the platform calling convention’s return value.

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.