pub struct BpfFeaturesOpts {
    pub full_helpers: bool,
}
Expand description

Options that can be passed into features

Fields

full_helpers: bool

For compatibility purposes with bpftool, the helpers determined support for is not the complete set. A few always-available helpers are filtered out such as bpf_trace_printk, bpf_trace_vprintk, and bpf_probe_write_user.

Default: false

Trait Implementations

Returns the “default value” for a type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.