Enum nc::types::perf_bpf_event_type_t[][src]

#[repr(u8)]
pub enum perf_bpf_event_type_t {
    PERF_BPF_EVENT_UNKNOWN,
    PERF_BPF_EVENT_PROG_LOAD,
    PERF_BPF_EVENT_PROG_UNLOAD,
    PERF_BPF_EVENT_MAX,
}

Variants

PERF_BPF_EVENT_UNKNOWN

PERF_BPF_EVENT_PROG_LOAD

PERF_BPF_EVENT_PROG_UNLOAD

PERF_BPF_EVENT_MAX

non-ABI

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.