Struct bpf_sys::bpf_raw_tracepoint_args[][src]

#[repr(C)]
pub struct bpf_raw_tracepoint_args { pub args: __IncompleteArrayField<__u64>, }

Fields

Trait Implementations

impl Debug for bpf_raw_tracepoint_args
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations