Struct lldb::SBInstruction [] [src]

pub struct SBInstruction {
    pub raw: SBInstructionRef,
}

A machine instruction.

Fields

The underlying raw SBInstructionRef.

Methods

impl SBInstruction
[src]

[src]

Construct a new SBInstruction.

[src]

Construct a new Some(SBInstruction) or None.

[src]

Check whether or not this is a valid SBInstruction value.

[src]

Get the address of the instruction.

[src]

Get the address class for the address of the instruction.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBInstruction
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBInstruction
[src]

[src]

Executes the destructor for this type. Read more