Enum lldb::EmulateInstructionOptions [] [src]

#[repr(u32)]
pub enum EmulateInstructionOptions { None, AutoAdvancePC, IgnoreConditions, }

Variants

Trait Implementations

impl Clone for EmulateInstructionOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EmulateInstructionOptions
[src]

impl Debug for EmulateInstructionOptions
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<EmulateInstructionOptions> for EmulateInstructionOptions
[src]

[src]

impl PartialOrd<EmulateInstructionOptions> for EmulateInstructionOptions
[src]

[src]