Struct bpf_sys::bpf_perf_event_value[][src]

#[repr(C)]
pub struct bpf_perf_event_value { pub counter: __u64, pub enabled: __u64, pub running: __u64, }

Fields

Trait Implementations

impl Debug for bpf_perf_event_value
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_perf_event_value
[src]

impl Clone for bpf_perf_event_value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations