Enum nc::types::perf_callchain_context_t[][src]

#[repr(i64)]
pub enum perf_callchain_context_t {
    PERF_CONTEXT_HV,
    PERF_CONTEXT_KERNEL,
    PERF_CONTEXT_USER,
    PERF_CONTEXT_GUEST,
    PERF_CONTEXT_GUEST_KERNEL,
    PERF_CONTEXT_GUEST_USER,
    PERF_CONTEXT_MAX,
}

Variants

PERF_CONTEXT_HV

PERF_CONTEXT_KERNEL

PERF_CONTEXT_USER

PERF_CONTEXT_GUEST

PERF_CONTEXT_GUEST_KERNEL

PERF_CONTEXT_GUEST_USER

PERF_CONTEXT_MAX

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.