Struct wasmer_runtime_core_fl::fault::FaultInfo[][src]

pub struct FaultInfo {
    pub faulting_addr: *const c_void,
    pub ip: &'static Cell<usize>,
    pub known_registers: [Option<u64>; 32],
}
Expand description

Info about the fault

Fields

faulting_addr: *const c_void

Faulting address.

ip: &'static Cell<usize>

Instruction pointer.

known_registers: [Option<u64>; 32]

Values of known registers.

Implementations

Parses the stack and builds an execution state image.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.