Struct bpf_feature::Features
source · [−]pub struct Features {
pub runtime: Result<Runtime, RuntimeError>,
pub kernel_config: Result<KernelConfig, KernelConfigError>,
pub bpf: Result<Bpf, BpfError>,
pub misc: Misc,
}
Fields
runtime: Result<Runtime, RuntimeError>
kernel_config: Result<KernelConfig, KernelConfigError>
bpf: Result<Bpf, BpfError>
misc: Misc
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Features
impl Send for Features
impl Sync for Features
impl Unpin for Features
impl !UnwindSafe for Features
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more