Struct libbpf_sys::bpf_raw_tracepoint_args [−][src]
#[repr(C)]pub struct bpf_raw_tracepoint_args { pub args: __IncompleteArrayField<__u64>, }
Fields
args: __IncompleteArrayField<__u64>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for bpf_raw_tracepoint_argsimpl Send for bpf_raw_tracepoint_argsimpl Sync for bpf_raw_tracepoint_argsimpl Unpin for bpf_raw_tracepoint_argsimpl UnwindSafe for bpf_raw_tracepoint_args