Union nc::types::perf_event_attr_config1_t[][src]

#[repr(C)]
pub union perf_event_attr_config1_t {
    pub bp_addr: u64,
    pub kprobe_func: u64,
    pub uprobe_path: u64,
    pub config1: u64,
}

Fields

bp_addr: u64kprobe_func: u64

for perf_kprobe

uprobe_path: u64

for perf_uprobe

config1: u64

extension of config

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.