Enum nc::types::perf_sample_regs_abi_t[][src]

#[repr(u8)]
pub enum perf_sample_regs_abi_t {
    PERF_SAMPLE_REGS_ABI_NONE,
    PERF_SAMPLE_REGS_ABI_32,
    PERF_SAMPLE_REGS_ABI_64,
}
Expand description

Values to determine ABI of the registers dump.

Variants

PERF_SAMPLE_REGS_ABI_NONE

PERF_SAMPLE_REGS_ABI_32

PERF_SAMPLE_REGS_ABI_64

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.