Struct libbpf_sys::bpf_perf_event_value [−][src]
#[repr(C)]pub struct bpf_perf_event_value { pub counter: __u64, pub enabled: __u64, pub running: __u64, }
Fields
counter: __u64enabled: __u64running: __u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_perf_event_valueimpl Send for bpf_perf_event_valueimpl Sync for bpf_perf_event_valueimpl Unpin for bpf_perf_event_valueimpl UnwindSafe for bpf_perf_event_valueBlanket Implementations
Mutably borrows from an owned value. Read more