From b3ec33e763ae2ce14419aac4b92ddf5a28871add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:16:36 +0000 Subject: [PATCH] build(deps): update public-api requirement from 0.32.0 to 0.33.1 Updates the requirements on [public-api](https://github.com/Enselic/cargo-public-api) to permit the latest version. - [Release notes](https://github.com/Enselic/cargo-public-api/releases) - [Changelog](https://github.com/Enselic/cargo-public-api/blob/main/rustdoc-json/CHANGELOG.md) - [Commits](https://github.com/Enselic/cargo-public-api/compare/v0.32.0...v0.32.0) --- updated-dependencies: - dependency-name: public-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- xtask/public-api/aya-bpf-bindings.txt | 4 +- xtask/public-api/aya-bpf.txt | 6 +- xtask/public-api/aya-log-common.txt | 16 +- xtask/public-api/aya-log.txt | 4 +- xtask/public-api/aya-obj.txt | 124 ++++----- xtask/public-api/aya-tool.txt | 4 +- xtask/public-api/aya.txt | 378 +++++++++++++------------- 8 files changed, 269 insertions(+), 269 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef122e4f..e31115b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ num_enum = { version = "0.7", default-features = false } object = { version = "0.32", default-features = false } proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = { version = "1", default-features = false } -public-api = { version = "0.32.0", default-features = false } +public-api = { version = "0.33.1", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.8", default-features = false } rbpf = { version = "0.2.0", default-features = false } diff --git a/xtask/public-api/aya-bpf-bindings.txt b/xtask/public-api/aya-bpf-bindings.txt index 1d35dcf8..84a3f5f4 100644 --- a/xtask/public-api/aya-bpf-bindings.txt +++ b/xtask/public-api/aya-bpf-bindings.txt @@ -1854,10 +1854,10 @@ pub unsafe fn aya_bpf_bindings::bindings::__IncompleteArrayField::as_mut_slic pub fn aya_bpf_bindings::bindings::__IncompleteArrayField::as_ptr(&self) -> *const T pub unsafe fn aya_bpf_bindings::bindings::__IncompleteArrayField::as_slice(&self, len: usize) -> &[T] pub const fn aya_bpf_bindings::bindings::__IncompleteArrayField::new() -> Self -impl core::fmt::Debug for aya_bpf_bindings::bindings::__IncompleteArrayField -pub fn aya_bpf_bindings::bindings::__IncompleteArrayField::fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::default::Default for aya_bpf_bindings::bindings::__IncompleteArrayField pub fn aya_bpf_bindings::bindings::__IncompleteArrayField::default() -> aya_bpf_bindings::bindings::__IncompleteArrayField +impl core::fmt::Debug for aya_bpf_bindings::bindings::__IncompleteArrayField +pub fn aya_bpf_bindings::bindings::__IncompleteArrayField::fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_bpf_bindings::bindings::__IncompleteArrayField where T: core::marker::Send impl core::marker::Sync for aya_bpf_bindings::bindings::__IncompleteArrayField where T: core::marker::Sync impl core::marker::Unpin for aya_bpf_bindings::bindings::__IncompleteArrayField where T: core::marker::Unpin diff --git a/xtask/public-api/aya-bpf.txt b/xtask/public-api/aya-bpf.txt index ba5ea3d8..e0baea52 100644 --- a/xtask/public-api/aya-bpf.txt +++ b/xtask/public-api/aya-bpf.txt @@ -8,6 +8,8 @@ pub macro aya_bpf::helpers::bpf_printk! #[repr(transparent)] pub struct aya_bpf::helpers::PrintkArg(_) impl aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from_raw(x: u64) -> Self +impl core::clone::Clone for aya_bpf::helpers::PrintkArg +pub fn aya_bpf::helpers::PrintkArg::clone(&self) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: char) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg @@ -30,13 +32,11 @@ impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: u8) -> aya_bpf::helpers::PrintkArg impl core::convert::From for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: usize) -> aya_bpf::helpers::PrintkArg +impl core::marker::Copy for aya_bpf::helpers::PrintkArg impl core::convert::From<*const T> for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: *const T) -> Self impl core::convert::From<*mut T> for aya_bpf::helpers::PrintkArg pub fn aya_bpf::helpers::PrintkArg::from(x: *mut T) -> Self -impl core::clone::Clone for aya_bpf::helpers::PrintkArg -pub fn aya_bpf::helpers::PrintkArg::clone(&self) -> aya_bpf::helpers::PrintkArg -impl core::marker::Copy for aya_bpf::helpers::PrintkArg impl core::marker::Send for aya_bpf::helpers::PrintkArg impl core::marker::Sync for aya_bpf::helpers::PrintkArg impl core::marker::Unpin for aya_bpf::helpers::PrintkArg diff --git a/xtask/public-api/aya-log-common.txt b/xtask/public-api/aya-log-common.txt index cc1621b5..4d31fccf 100644 --- a/xtask/public-api/aya-log-common.txt +++ b/xtask/public-api/aya-log-common.txt @@ -18,10 +18,10 @@ pub aya_log_common::Argument::U32 pub aya_log_common::Argument::U64 pub aya_log_common::Argument::U8 pub aya_log_common::Argument::Usize -impl core::convert::From for u8 -pub fn u8::from(enum_value: aya_log_common::Argument) -> Self impl core::clone::Clone for aya_log_common::Argument pub fn aya_log_common::Argument::clone(&self) -> aya_log_common::Argument +impl core::convert::From for u8 +pub fn u8::from(enum_value: aya_log_common::Argument) -> Self impl core::fmt::Debug for aya_log_common::Argument pub fn aya_log_common::Argument::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_log_common::Argument @@ -55,13 +55,13 @@ pub aya_log_common::DisplayHint::UpperHex pub aya_log_common::DisplayHint::UpperMac impl aya_log_common::WriteToBuf for aya_log_common::DisplayHint pub fn aya_log_common::DisplayHint::write(self, buf: &mut [u8]) -> core::option::Option -impl core::convert::From for u8 -pub fn u8::from(enum_value: aya_log_common::DisplayHint) -> Self impl core::clone::Clone for aya_log_common::DisplayHint pub fn aya_log_common::DisplayHint::clone(&self) -> aya_log_common::DisplayHint impl core::cmp::Eq for aya_log_common::DisplayHint impl core::cmp::PartialEq for aya_log_common::DisplayHint pub fn aya_log_common::DisplayHint::eq(&self, other: &aya_log_common::DisplayHint) -> bool +impl core::convert::From for u8 +pub fn u8::from(enum_value: aya_log_common::DisplayHint) -> Self impl core::fmt::Debug for aya_log_common::DisplayHint pub fn aya_log_common::DisplayHint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_log_common::DisplayHint @@ -94,13 +94,13 @@ pub aya_log_common::Level::Error = 1 pub aya_log_common::Level::Info pub aya_log_common::Level::Trace pub aya_log_common::Level::Warn -impl core::convert::From for u8 -pub fn u8::from(enum_value: aya_log_common::Level) -> Self impl core::clone::Clone for aya_log_common::Level pub fn aya_log_common::Level::clone(&self) -> aya_log_common::Level impl core::cmp::Eq for aya_log_common::Level impl core::cmp::PartialEq for aya_log_common::Level pub fn aya_log_common::Level::eq(&self, other: &aya_log_common::Level) -> bool +impl core::convert::From for u8 +pub fn u8::from(enum_value: aya_log_common::Level) -> Self impl core::fmt::Debug for aya_log_common::Level pub fn aya_log_common::Level::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_log_common::Level @@ -136,10 +136,10 @@ pub aya_log_common::RecordField::Line pub aya_log_common::RecordField::Module pub aya_log_common::RecordField::NumArgs pub aya_log_common::RecordField::Target = 1 -impl core::convert::From for u8 -pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self impl core::clone::Clone for aya_log_common::RecordField pub fn aya_log_common::RecordField::clone(&self) -> aya_log_common::RecordField +impl core::convert::From for u8 +pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self impl core::fmt::Debug for aya_log_common::RecordField pub fn aya_log_common::RecordField::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_log_common::RecordField diff --git a/xtask/public-api/aya-log.txt b/xtask/public-api/aya-log.txt index 55276bc9..aa64f122 100644 --- a/xtask/public-api/aya-log.txt +++ b/xtask/public-api/aya-log.txt @@ -10,10 +10,10 @@ impl core::convert::From for aya_ pub fn aya_log::Error::from(source: aya::maps::perf::perf_buffer::PerfBufferError) -> Self impl core::error::Error for aya_log::Error pub fn aya_log::Error::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_log::Error -pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_log::Error pub fn aya_log::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_log::Error +pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_log::Error impl core::marker::Sync for aya_log::Error impl core::marker::Unpin for aya_log::Error diff --git a/xtask/public-api/aya-obj.txt b/xtask/public-api/aya-obj.txt index 50f42ac4..c20e41da 100644 --- a/xtask/public-api/aya-obj.txt +++ b/xtask/public-api/aya-obj.txt @@ -42,10 +42,10 @@ impl core::convert::From for aya_obj::ParseError pub fn aya_obj::ParseError::from(source: aya_obj::btf::BtfError) -> Self impl core::error::Error for aya_obj::btf::BtfError pub fn aya_obj::btf::BtfError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_obj::btf::BtfError -pub fn aya_obj::btf::BtfError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::btf::BtfError pub fn aya_obj::btf::BtfError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::btf::BtfError +pub fn aya_obj::btf::BtfError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfError impl core::marker::Sync for aya_obj::btf::BtfError impl core::marker::Unpin for aya_obj::btf::BtfError @@ -90,20 +90,20 @@ pub aya_obj::btf::BtfKind::Union = 5 pub aya_obj::btf::BtfKind::Unknown = 0 pub aya_obj::btf::BtfKind::Var = 14 pub aya_obj::btf::BtfKind::Volatile = 9 -impl core::convert::TryFrom for aya_obj::btf::BtfKind -pub type aya_obj::btf::BtfKind::Error = aya_obj::btf::BtfError -pub fn aya_obj::btf::BtfKind::try_from(v: u32) -> core::result::Result -impl core::fmt::Display for aya_obj::btf::BtfKind -pub fn aya_obj::btf::BtfKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::clone::Clone for aya_obj::btf::BtfKind pub fn aya_obj::btf::BtfKind::clone(&self) -> aya_obj::btf::BtfKind impl core::cmp::Eq for aya_obj::btf::BtfKind impl core::cmp::PartialEq for aya_obj::btf::BtfKind pub fn aya_obj::btf::BtfKind::eq(&self, other: &aya_obj::btf::BtfKind) -> bool +impl core::convert::TryFrom for aya_obj::btf::BtfKind +pub type aya_obj::btf::BtfKind::Error = aya_obj::btf::BtfError +pub fn aya_obj::btf::BtfKind::try_from(v: u32) -> core::result::Result impl core::default::Default for aya_obj::btf::BtfKind pub fn aya_obj::btf::BtfKind::default() -> aya_obj::btf::BtfKind impl core::fmt::Debug for aya_obj::btf::BtfKind pub fn aya_obj::btf::BtfKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::btf::BtfKind +pub fn aya_obj::btf::BtfKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::btf::BtfKind impl core::marker::StructuralEq for aya_obj::btf::BtfKind impl core::marker::StructuralPartialEq for aya_obj::btf::BtfKind @@ -189,13 +189,13 @@ pub aya_obj::btf::FuncLinkage::Extern = 2 pub aya_obj::btf::FuncLinkage::Global = 1 pub aya_obj::btf::FuncLinkage::Static = 0 pub aya_obj::btf::FuncLinkage::Unknown -impl core::convert::From for aya_obj::btf::FuncLinkage -pub fn aya_obj::btf::FuncLinkage::from(v: u32) -> Self impl core::clone::Clone for aya_obj::btf::FuncLinkage pub fn aya_obj::btf::FuncLinkage::clone(&self) -> aya_obj::btf::FuncLinkage impl core::cmp::Eq for aya_obj::btf::FuncLinkage impl core::cmp::PartialEq for aya_obj::btf::FuncLinkage pub fn aya_obj::btf::FuncLinkage::eq(&self, other: &aya_obj::btf::FuncLinkage) -> bool +impl core::convert::From for aya_obj::btf::FuncLinkage +pub fn aya_obj::btf::FuncLinkage::from(v: u32) -> Self impl core::fmt::Debug for aya_obj::btf::FuncLinkage pub fn aya_obj::btf::FuncLinkage::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::StructuralEq for aya_obj::btf::FuncLinkage @@ -231,13 +231,13 @@ pub aya_obj::btf::IntEncoding::Char = 2 pub aya_obj::btf::IntEncoding::None pub aya_obj::btf::IntEncoding::Signed = 1 pub aya_obj::btf::IntEncoding::Unknown -impl core::convert::From for aya_obj::btf::IntEncoding -pub fn aya_obj::btf::IntEncoding::from(v: u32) -> Self impl core::clone::Clone for aya_obj::btf::IntEncoding pub fn aya_obj::btf::IntEncoding::clone(&self) -> aya_obj::btf::IntEncoding impl core::cmp::Eq for aya_obj::btf::IntEncoding impl core::cmp::PartialEq for aya_obj::btf::IntEncoding pub fn aya_obj::btf::IntEncoding::eq(&self, other: &aya_obj::btf::IntEncoding) -> bool +impl core::convert::From for aya_obj::btf::IntEncoding +pub fn aya_obj::btf::IntEncoding::from(v: u32) -> Self impl core::fmt::Debug for aya_obj::btf::IntEncoding pub fn aya_obj::btf::IntEncoding::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::StructuralEq for aya_obj::btf::IntEncoding @@ -272,13 +272,13 @@ pub aya_obj::btf::VarLinkage::Extern pub aya_obj::btf::VarLinkage::Global pub aya_obj::btf::VarLinkage::Static pub aya_obj::btf::VarLinkage::Unknown -impl core::convert::From for aya_obj::btf::VarLinkage -pub fn aya_obj::btf::VarLinkage::from(v: u32) -> Self impl core::clone::Clone for aya_obj::btf::VarLinkage pub fn aya_obj::btf::VarLinkage::clone(&self) -> aya_obj::btf::VarLinkage impl core::cmp::Eq for aya_obj::btf::VarLinkage impl core::cmp::PartialEq for aya_obj::btf::VarLinkage pub fn aya_obj::btf::VarLinkage::eq(&self, other: &aya_obj::btf::VarLinkage) -> bool +impl core::convert::From for aya_obj::btf::VarLinkage +pub fn aya_obj::btf::VarLinkage::from(v: u32) -> Self impl core::fmt::Debug for aya_obj::btf::VarLinkage pub fn aya_obj::btf::VarLinkage::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::StructuralEq for aya_obj::btf::VarLinkage @@ -348,10 +348,10 @@ pub fn aya_obj::btf::Btf::new() -> aya_obj::btf::Btf pub fn aya_obj::btf::Btf::parse(data: &[u8], endianness: object::endian::Endianness) -> core::result::Result pub fn aya_obj::btf::Btf::parse_file>(path: P, endianness: object::endian::Endianness) -> core::result::Result pub fn aya_obj::btf::Btf::to_bytes(&self) -> alloc::vec::Vec -impl core::default::Default for aya_obj::btf::Btf -pub fn aya_obj::btf::Btf::default() -> Self impl core::clone::Clone for aya_obj::btf::Btf pub fn aya_obj::btf::Btf::clone(&self) -> aya_obj::btf::Btf +impl core::default::Default for aya_obj::btf::Btf +pub fn aya_obj::btf::Btf::default() -> Self impl core::fmt::Debug for aya_obj::btf::Btf pub fn aya_obj::btf::Btf::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Btf @@ -546,10 +546,10 @@ pub struct aya_obj::btf::BtfRelocationError pub aya_obj::btf::BtfRelocationError::section: alloc::string::String impl core::error::Error for aya_obj::btf::BtfRelocationError pub fn aya_obj::btf::BtfRelocationError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_obj::btf::BtfRelocationError -pub fn aya_obj::btf::BtfRelocationError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::btf::BtfRelocationError pub fn aya_obj::btf::BtfRelocationError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::btf::BtfRelocationError +pub fn aya_obj::btf::BtfRelocationError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfRelocationError impl core::marker::Sync for aya_obj::btf::BtfRelocationError impl core::marker::Unpin for aya_obj::btf::BtfRelocationError @@ -1336,6 +1336,11 @@ pub aya_obj::generated::bpf_attach_type::BPF_XDP = 37 pub aya_obj::generated::bpf_attach_type::BPF_XDP_CPUMAP = 35 pub aya_obj::generated::bpf_attach_type::BPF_XDP_DEVMAP = 33 pub aya_obj::generated::bpf_attach_type::__MAX_BPF_ATTACH_TYPE = 45 +impl core::clone::Clone for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::clone(&self) -> aya_obj::generated::bpf_attach_type +impl core::cmp::Eq for aya_obj::generated::bpf_attach_type +impl core::cmp::PartialEq for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::eq(&self, other: &aya_obj::generated::bpf_attach_type) -> bool impl core::convert::From for aya_obj::generated::bpf_attach_type pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock::CgroupSockAttachType) -> aya_obj::generated::bpf_attach_type impl core::convert::From for aya_obj::generated::bpf_attach_type @@ -1344,11 +1349,6 @@ impl core::convert::From aya_obj::generated::bpf_attach_type impl core::convert::From for aya_obj::generated::bpf_attach_type pub fn aya_obj::generated::bpf_attach_type::from(value: aya_obj::programs::xdp::XdpAttachType) -> Self -impl core::clone::Clone for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::clone(&self) -> aya_obj::generated::bpf_attach_type -impl core::cmp::Eq for aya_obj::generated::bpf_attach_type -impl core::cmp::PartialEq for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::eq(&self, other: &aya_obj::generated::bpf_attach_type) -> bool impl core::fmt::Debug for aya_obj::generated::bpf_attach_type pub fn aya_obj::generated::bpf_attach_type::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::bpf_attach_type @@ -1543,14 +1543,14 @@ pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_USER_RINGBUF = 31 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_XSKMAP = 17 impl aya_obj::generated::bpf_map_type pub const aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_CGROUP_STORAGE: aya_obj::generated::bpf_map_type -impl core::convert::TryFrom for aya_obj::generated::bpf_map_type -pub type aya_obj::generated::bpf_map_type::Error = aya_obj::maps::InvalidMapTypeError -pub fn aya_obj::generated::bpf_map_type::try_from(map_type: u32) -> core::result::Result impl core::clone::Clone for aya_obj::generated::bpf_map_type pub fn aya_obj::generated::bpf_map_type::clone(&self) -> aya_obj::generated::bpf_map_type impl core::cmp::Eq for aya_obj::generated::bpf_map_type impl core::cmp::PartialEq for aya_obj::generated::bpf_map_type pub fn aya_obj::generated::bpf_map_type::eq(&self, other: &aya_obj::generated::bpf_map_type) -> bool +impl core::convert::TryFrom for aya_obj::generated::bpf_map_type +pub type aya_obj::generated::bpf_map_type::Error = aya_obj::maps::InvalidMapTypeError +pub fn aya_obj::generated::bpf_map_type::try_from(map_type: u32) -> core::result::Result impl core::fmt::Debug for aya_obj::generated::bpf_map_type pub fn aya_obj::generated::bpf_map_type::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::bpf_map_type @@ -2804,10 +2804,10 @@ pub unsafe fn aya_obj::generated::__IncompleteArrayField::as_mut_slice(&mut s pub fn aya_obj::generated::__IncompleteArrayField::as_ptr(&self) -> *const T pub unsafe fn aya_obj::generated::__IncompleteArrayField::as_slice(&self, len: usize) -> &[T] pub const fn aya_obj::generated::__IncompleteArrayField::new() -> Self -impl core::fmt::Debug for aya_obj::generated::__IncompleteArrayField -pub fn aya_obj::generated::__IncompleteArrayField::fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::default::Default for aya_obj::generated::__IncompleteArrayField pub fn aya_obj::generated::__IncompleteArrayField::default() -> aya_obj::generated::__IncompleteArrayField +impl core::fmt::Debug for aya_obj::generated::__IncompleteArrayField +pub fn aya_obj::generated::__IncompleteArrayField::fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::generated::__IncompleteArrayField where T: core::marker::Send impl core::marker::Sync for aya_obj::generated::__IncompleteArrayField where T: core::marker::Sync impl core::marker::Unpin for aya_obj::generated::__IncompleteArrayField where T: core::marker::Unpin @@ -5449,10 +5449,10 @@ pub enum aya_obj::maps::PinningError pub aya_obj::maps::PinningError::Unsupported pub aya_obj::maps::PinningError::Unsupported::pinning_type: u32 impl core::error::Error for aya_obj::maps::PinningError -impl core::fmt::Display for aya_obj::maps::PinningError -pub fn aya_obj::maps::PinningError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::maps::PinningError pub fn aya_obj::maps::PinningError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::maps::PinningError +pub fn aya_obj::maps::PinningError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::maps::PinningError impl core::marker::Sync for aya_obj::maps::PinningError impl core::marker::Unpin for aya_obj::maps::PinningError @@ -5479,14 +5479,14 @@ pub fn aya_obj::maps::PinningError::from(t: T) -> T #[repr(u32)] pub enum aya_obj::maps::PinningType pub aya_obj::maps::PinningType::ByName = 1 pub aya_obj::maps::PinningType::None = 0 -impl core::convert::TryFrom for aya_obj::maps::PinningType -pub type aya_obj::maps::PinningType::Error = aya_obj::maps::PinningError -pub fn aya_obj::maps::PinningType::try_from(value: u32) -> core::result::Result impl core::clone::Clone for aya_obj::maps::PinningType pub fn aya_obj::maps::PinningType::clone(&self) -> aya_obj::maps::PinningType impl core::cmp::Eq for aya_obj::maps::PinningType impl core::cmp::PartialEq for aya_obj::maps::PinningType pub fn aya_obj::maps::PinningType::eq(&self, other: &aya_obj::maps::PinningType) -> bool +impl core::convert::TryFrom for aya_obj::maps::PinningType +pub type aya_obj::maps::PinningType::Error = aya_obj::maps::PinningError +pub fn aya_obj::maps::PinningType::try_from(value: u32) -> core::result::Result impl core::default::Default for aya_obj::maps::PinningType pub fn aya_obj::maps::PinningType::default() -> aya_obj::maps::PinningType impl core::fmt::Debug for aya_obj::maps::PinningType @@ -5786,10 +5786,10 @@ impl core::convert::From for aya_obj::ParseError pub fn aya_obj::ParseError::from(source: aya_obj::btf::BtfError) -> Self impl core::error::Error for aya_obj::ParseError pub fn aya_obj::ParseError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_obj::ParseError -pub fn aya_obj::ParseError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::ParseError pub fn aya_obj::ParseError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::ParseError +pub fn aya_obj::ParseError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::ParseError impl core::marker::Sync for aya_obj::ParseError impl core::marker::Unpin for aya_obj::ParseError @@ -5853,13 +5853,13 @@ pub aya_obj::obj::ProgramSection::URetProbe::sleepable: bool pub aya_obj::obj::ProgramSection::Xdp pub aya_obj::obj::ProgramSection::Xdp::attach_type: aya_obj::programs::xdp::XdpAttachType pub aya_obj::obj::ProgramSection::Xdp::frags: bool -impl core::str::traits::FromStr for aya_obj::ProgramSection -pub type aya_obj::ProgramSection::Err = aya_obj::ParseError -pub fn aya_obj::ProgramSection::from_str(section: &str) -> core::result::Result impl core::clone::Clone for aya_obj::ProgramSection pub fn aya_obj::ProgramSection::clone(&self) -> aya_obj::ProgramSection impl core::fmt::Debug for aya_obj::ProgramSection pub fn aya_obj::ProgramSection::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::str::traits::FromStr for aya_obj::ProgramSection +pub type aya_obj::ProgramSection::Err = aya_obj::ParseError +pub fn aya_obj::ProgramSection::from_str(section: &str) -> core::result::Result impl core::marker::Send for aya_obj::ProgramSection impl core::marker::Sync for aya_obj::ProgramSection impl core::marker::Unpin for aya_obj::ProgramSection @@ -6054,10 +6054,10 @@ pub aya_obj::programs::cgroup_sock::CgroupSockAttachType::PostBind4 pub aya_obj::programs::cgroup_sock::CgroupSockAttachType::PostBind6 pub aya_obj::programs::cgroup_sock::CgroupSockAttachType::SockCreate pub aya_obj::programs::cgroup_sock::CgroupSockAttachType::SockRelease -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock::CgroupSockAttachType) -> aya_obj::generated::bpf_attach_type impl core::clone::Clone for aya_obj::programs::cgroup_sock::CgroupSockAttachType pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::clone(&self) -> aya_obj::programs::cgroup_sock::CgroupSockAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock::CgroupSockAttachType) -> aya_obj::generated::bpf_attach_type impl core::default::Default for aya_obj::programs::cgroup_sock::CgroupSockAttachType pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::default() -> aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::fmt::Debug for aya_obj::programs::cgroup_sock::CgroupSockAttachType @@ -6102,10 +6102,10 @@ pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::UDPRecvMsg4 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::UDPRecvMsg6 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::UDPSendMsg4 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::UDPSendMsg6 -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType) -> aya_obj::generated::bpf_attach_type impl core::clone::Clone for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::clone(&self) -> aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType) -> aya_obj::generated::bpf_attach_type impl core::fmt::Debug for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType @@ -6138,10 +6138,10 @@ pub mod aya_obj::programs::cgroup_sockopt pub enum aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Get pub aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Set -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType) -> aya_obj::generated::bpf_attach_type impl core::clone::Clone for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::clone(&self) -> aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType) -> aya_obj::generated::bpf_attach_type impl core::fmt::Debug for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType @@ -6175,10 +6175,10 @@ pub enum aya_obj::programs::xdp::XdpAttachType pub aya_obj::programs::xdp::XdpAttachType::CpuMap pub aya_obj::programs::xdp::XdpAttachType::DevMap pub aya_obj::programs::xdp::XdpAttachType::Interface -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(value: aya_obj::programs::xdp::XdpAttachType) -> Self impl core::clone::Clone for aya_obj::programs::xdp::XdpAttachType pub fn aya_obj::programs::xdp::XdpAttachType::clone(&self) -> aya_obj::programs::xdp::XdpAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(value: aya_obj::programs::xdp::XdpAttachType) -> Self impl core::fmt::Debug for aya_obj::programs::xdp::XdpAttachType pub fn aya_obj::programs::xdp::XdpAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::xdp::XdpAttachType @@ -6220,10 +6220,10 @@ pub aya_obj::programs::CgroupSockAddrAttachType::UDPRecvMsg4 pub aya_obj::programs::CgroupSockAddrAttachType::UDPRecvMsg6 pub aya_obj::programs::CgroupSockAddrAttachType::UDPSendMsg4 pub aya_obj::programs::CgroupSockAddrAttachType::UDPSendMsg6 -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType) -> aya_obj::generated::bpf_attach_type impl core::clone::Clone for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::clone(&self) -> aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType) -> aya_obj::generated::bpf_attach_type impl core::fmt::Debug for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType @@ -6257,10 +6257,10 @@ pub aya_obj::programs::CgroupSockAttachType::PostBind4 pub aya_obj::programs::CgroupSockAttachType::PostBind6 pub aya_obj::programs::CgroupSockAttachType::SockCreate pub aya_obj::programs::CgroupSockAttachType::SockRelease -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock::CgroupSockAttachType) -> aya_obj::generated::bpf_attach_type impl core::clone::Clone for aya_obj::programs::cgroup_sock::CgroupSockAttachType pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::clone(&self) -> aya_obj::programs::cgroup_sock::CgroupSockAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sock::CgroupSockAttachType) -> aya_obj::generated::bpf_attach_type impl core::default::Default for aya_obj::programs::cgroup_sock::CgroupSockAttachType pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::default() -> aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::fmt::Debug for aya_obj::programs::cgroup_sock::CgroupSockAttachType @@ -6294,10 +6294,10 @@ pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::from(t: T) -> T pub enum aya_obj::programs::CgroupSockoptAttachType pub aya_obj::programs::CgroupSockoptAttachType::Get pub aya_obj::programs::CgroupSockoptAttachType::Set -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType) -> aya_obj::generated::bpf_attach_type impl core::clone::Clone for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::clone(&self) -> aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(s: aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType) -> aya_obj::generated::bpf_attach_type impl core::fmt::Debug for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType @@ -6330,10 +6330,10 @@ pub enum aya_obj::programs::XdpAttachType pub aya_obj::programs::XdpAttachType::CpuMap pub aya_obj::programs::XdpAttachType::DevMap pub aya_obj::programs::XdpAttachType::Interface -impl core::convert::From for aya_obj::generated::bpf_attach_type -pub fn aya_obj::generated::bpf_attach_type::from(value: aya_obj::programs::xdp::XdpAttachType) -> Self impl core::clone::Clone for aya_obj::programs::xdp::XdpAttachType pub fn aya_obj::programs::xdp::XdpAttachType::clone(&self) -> aya_obj::programs::xdp::XdpAttachType +impl core::convert::From for aya_obj::generated::bpf_attach_type +pub fn aya_obj::generated::bpf_attach_type::from(value: aya_obj::programs::xdp::XdpAttachType) -> Self impl core::fmt::Debug for aya_obj::programs::xdp::XdpAttachType pub fn aya_obj::programs::xdp::XdpAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::xdp::XdpAttachType @@ -6380,10 +6380,10 @@ pub aya_obj::relocation::RelocationError::UnknownProgram::section_index: usize pub aya_obj::relocation::RelocationError::UnknownSymbol pub aya_obj::relocation::RelocationError::UnknownSymbol::index: usize impl core::error::Error for aya_obj::relocation::RelocationError -impl core::fmt::Display for aya_obj::relocation::RelocationError -pub fn aya_obj::relocation::RelocationError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::relocation::RelocationError pub fn aya_obj::relocation::RelocationError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::relocation::RelocationError +pub fn aya_obj::relocation::RelocationError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::relocation::RelocationError impl core::marker::Sync for aya_obj::relocation::RelocationError impl core::marker::Unpin for aya_obj::relocation::RelocationError @@ -6410,10 +6410,10 @@ pub fn aya_obj::relocation::RelocationError::from(t: T) -> T pub struct aya_obj::relocation::BpfRelocationError impl core::error::Error for aya_obj::relocation::BpfRelocationError pub fn aya_obj::relocation::BpfRelocationError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_obj::relocation::BpfRelocationError -pub fn aya_obj::relocation::BpfRelocationError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::relocation::BpfRelocationError pub fn aya_obj::relocation::BpfRelocationError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::relocation::BpfRelocationError +pub fn aya_obj::relocation::BpfRelocationError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::relocation::BpfRelocationError impl core::marker::Sync for aya_obj::relocation::BpfRelocationError impl core::marker::Unpin for aya_obj::relocation::BpfRelocationError @@ -6575,10 +6575,10 @@ impl core::convert::From for aya_obj::ParseError pub fn aya_obj::ParseError::from(source: aya_obj::btf::BtfError) -> Self impl core::error::Error for aya_obj::ParseError pub fn aya_obj::ParseError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_obj::ParseError -pub fn aya_obj::ParseError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_obj::ParseError pub fn aya_obj::ParseError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_obj::ParseError +pub fn aya_obj::ParseError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::ParseError impl core::marker::Sync for aya_obj::ParseError impl core::marker::Unpin for aya_obj::ParseError @@ -6642,13 +6642,13 @@ pub aya_obj::ProgramSection::URetProbe::sleepable: bool pub aya_obj::ProgramSection::Xdp pub aya_obj::ProgramSection::Xdp::attach_type: aya_obj::programs::xdp::XdpAttachType pub aya_obj::ProgramSection::Xdp::frags: bool -impl core::str::traits::FromStr for aya_obj::ProgramSection -pub type aya_obj::ProgramSection::Err = aya_obj::ParseError -pub fn aya_obj::ProgramSection::from_str(section: &str) -> core::result::Result impl core::clone::Clone for aya_obj::ProgramSection pub fn aya_obj::ProgramSection::clone(&self) -> aya_obj::ProgramSection impl core::fmt::Debug for aya_obj::ProgramSection pub fn aya_obj::ProgramSection::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::str::traits::FromStr for aya_obj::ProgramSection +pub type aya_obj::ProgramSection::Err = aya_obj::ParseError +pub fn aya_obj::ProgramSection::from_str(section: &str) -> core::result::Result impl core::marker::Send for aya_obj::ProgramSection impl core::marker::Sync for aya_obj::ProgramSection impl core::marker::Unpin for aya_obj::ProgramSection diff --git a/xtask/public-api/aya-tool.txt b/xtask/public-api/aya-tool.txt index 5d857bd1..cf095d13 100644 --- a/xtask/public-api/aya-tool.txt +++ b/xtask/public-api/aya-tool.txt @@ -16,10 +16,10 @@ pub aya_tool::generate::Error::ReadHeaderFile(std::io::error::Error) pub aya_tool::generate::Error::Rustfmt(std::io::error::Error) impl core::error::Error for aya_tool::generate::Error pub fn aya_tool::generate::Error::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya_tool::generate::Error -pub fn aya_tool::generate::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya_tool::generate::Error pub fn aya_tool::generate::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya_tool::generate::Error +pub fn aya_tool::generate::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_tool::generate::Error impl core::marker::Sync for aya_tool::generate::Error impl core::marker::Unpin for aya_tool::generate::Error diff --git a/xtask/public-api/aya.txt b/xtask/public-api/aya.txt index 0adbf0c2..7cfe9453 100644 --- a/xtask/public-api/aya.txt +++ b/xtask/public-api/aya.txt @@ -142,11 +142,11 @@ pub fn aya::maps::bloom_filter::BloomFilter<&'a aya::maps::MapData, V>::try_from impl<'a, V: aya::Pod> core::convert::TryFrom<&'a mut aya::maps::Map> for aya::maps::bloom_filter::BloomFilter<&'a mut aya::maps::MapData, V> pub type aya::maps::bloom_filter::BloomFilter<&'a mut aya::maps::MapData, V>::Error = aya::maps::MapError pub fn aya::maps::bloom_filter::BloomFilter<&'a mut aya::maps::MapData, V>::try_from(map: &'a mut aya::maps::Map) -> core::result::Result +impl core::fmt::Debug for aya::maps::bloom_filter::BloomFilter +pub fn aya::maps::bloom_filter::BloomFilter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::convert::TryFrom for aya::maps::bloom_filter::BloomFilter pub type aya::maps::bloom_filter::BloomFilter::Error = aya::maps::MapError pub fn aya::maps::bloom_filter::BloomFilter::try_from(map: aya::maps::Map) -> core::result::Result -impl core::fmt::Debug for aya::maps::bloom_filter::BloomFilter -pub fn aya::maps::bloom_filter::BloomFilter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::maps::bloom_filter::BloomFilter where T: core::marker::Send, V: core::marker::Send impl core::marker::Sync for aya::maps::bloom_filter::BloomFilter where T: core::marker::Sync, V: core::marker::Sync impl core::marker::Unpin for aya::maps::bloom_filter::BloomFilter where T: core::marker::Unpin, V: core::marker::Unpin @@ -358,10 +358,10 @@ impl core::convert::From for aya::maps::perf::PerfBufferE pub fn aya::maps::perf::PerfBufferError::from(source: std::io::error::Error) -> Self impl core::error::Error for aya::maps::perf::PerfBufferError pub fn aya::maps::perf::PerfBufferError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::maps::perf::PerfBufferError -pub fn aya::maps::perf::PerfBufferError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::maps::perf::PerfBufferError pub fn aya::maps::perf::PerfBufferError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::maps::perf::PerfBufferError +pub fn aya::maps::perf::PerfBufferError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::maps::perf::PerfBufferError impl core::marker::Sync for aya::maps::perf::PerfBufferError impl core::marker::Unpin for aya::maps::perf::PerfBufferError @@ -897,10 +897,10 @@ impl core::convert::From for aya::maps::xdp::XdpMapError pub fn aya::maps::xdp::XdpMapError::from(source: aya::maps::MapError) -> Self impl core::error::Error for aya::maps::xdp::XdpMapError pub fn aya::maps::xdp::XdpMapError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::maps::xdp::XdpMapError -pub fn aya::maps::xdp::XdpMapError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::maps::xdp::XdpMapError pub fn aya::maps::xdp::XdpMapError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::maps::xdp::XdpMapError +pub fn aya::maps::xdp::XdpMapError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::maps::xdp::XdpMapError impl core::marker::Sync for aya::maps::xdp::XdpMapError impl core::marker::Unpin for aya::maps::xdp::XdpMapError @@ -1133,6 +1133,8 @@ pub fn aya::maps::ring_buf::RingBuf::try_from(map: aya::maps impl core::convert::TryFrom for aya::maps::stack_trace::StackTraceMap pub type aya::maps::stack_trace::StackTraceMap::Error = aya::maps::MapError pub fn aya::maps::stack_trace::StackTraceMap::try_from(map: aya::maps::Map) -> core::result::Result +impl core::fmt::Debug for aya::maps::Map +pub fn aya::maps::Map::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl<'a, K: aya::Pod, V: aya::Pod> core::convert::TryFrom<&'a aya::maps::Map> for aya::maps::hash_map::HashMap<&'a aya::maps::MapData, K, V> pub type aya::maps::hash_map::HashMap<&'a aya::maps::MapData, K, V>::Error = aya::maps::MapError pub fn aya::maps::hash_map::HashMap<&'a aya::maps::MapData, K, V>::try_from(map: &'a aya::maps::Map) -> core::result::Result @@ -1274,8 +1276,6 @@ pub fn aya::maps::queue::Queue::try_from(map: aya::maps:: impl core::convert::TryFrom for aya::maps::stack::Stack pub type aya::maps::stack::Stack::Error = aya::maps::MapError pub fn aya::maps::stack::Stack::try_from(map: aya::maps::Map) -> core::result::Result -impl core::fmt::Debug for aya::maps::Map -pub fn aya::maps::Map::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::maps::Map impl core::marker::Sync for aya::maps::Map impl core::marker::Unpin for aya::maps::Map @@ -1335,10 +1335,10 @@ impl core::convert::From for aya::maps::MapE pub fn aya::maps::MapError::from(e: aya_obj::maps::InvalidMapTypeError) -> Self impl core::error::Error for aya::maps::MapError pub fn aya::maps::MapError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::maps::MapError -pub fn aya::maps::MapError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::maps::MapError pub fn aya::maps::MapError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::maps::MapError +pub fn aya::maps::MapError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::maps::MapError impl core::marker::Sync for aya::maps::MapError impl core::marker::Unpin for aya::maps::MapError @@ -1451,11 +1451,11 @@ pub fn aya::maps::bloom_filter::BloomFilter<&'a aya::maps::MapData, V>::try_from impl<'a, V: aya::Pod> core::convert::TryFrom<&'a mut aya::maps::Map> for aya::maps::bloom_filter::BloomFilter<&'a mut aya::maps::MapData, V> pub type aya::maps::bloom_filter::BloomFilter<&'a mut aya::maps::MapData, V>::Error = aya::maps::MapError pub fn aya::maps::bloom_filter::BloomFilter<&'a mut aya::maps::MapData, V>::try_from(map: &'a mut aya::maps::Map) -> core::result::Result +impl core::fmt::Debug for aya::maps::bloom_filter::BloomFilter +pub fn aya::maps::bloom_filter::BloomFilter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::convert::TryFrom for aya::maps::bloom_filter::BloomFilter pub type aya::maps::bloom_filter::BloomFilter::Error = aya::maps::MapError pub fn aya::maps::bloom_filter::BloomFilter::try_from(map: aya::maps::Map) -> core::result::Result -impl core::fmt::Debug for aya::maps::bloom_filter::BloomFilter -pub fn aya::maps::bloom_filter::BloomFilter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::maps::bloom_filter::BloomFilter where T: core::marker::Send, V: core::marker::Send impl core::marker::Sync for aya::maps::bloom_filter::BloomFilter where T: core::marker::Sync, V: core::marker::Sync impl core::marker::Unpin for aya::maps::bloom_filter::BloomFilter where T: core::marker::Unpin, V: core::marker::Unpin @@ -1718,10 +1718,10 @@ pub fn aya::maps::MapData::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya::maps::MapData pub fn aya::maps::MapData::from(t: T) -> T pub struct aya::maps::MapFd(_) -impl std::os::fd::owned::AsFd for aya::maps::MapFd -pub fn aya::maps::MapFd::as_fd(&self) -> std::os::fd::owned::BorrowedFd<'_> impl core::fmt::Debug for aya::maps::MapFd pub fn aya::maps::MapFd::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl std::os::fd::owned::AsFd for aya::maps::MapFd +pub fn aya::maps::MapFd::as_fd(&self) -> std::os::fd::owned::BorrowedFd<'_> impl core::marker::Send for aya::maps::MapFd impl core::marker::Sync for aya::maps::MapFd impl core::marker::Unpin for aya::maps::MapFd @@ -2343,10 +2343,10 @@ pub aya::pin::PinError::NoFd::name: alloc::string::String pub aya::pin::PinError::SyscallError(crate::sys::SyscallError) impl core::error::Error for aya::pin::PinError pub fn aya::pin::PinError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::pin::PinError -pub fn aya::pin::PinError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::pin::PinError pub fn aya::pin::PinError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::pin::PinError +pub fn aya::pin::PinError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::pin::PinError impl core::marker::Sync for aya::pin::PinError impl core::marker::Unpin for aya::pin::PinError @@ -2392,6 +2392,8 @@ pub fn aya::programs::cgroup_device::CgroupDevice::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_device::CgroupDevice pub fn aya::programs::cgroup_device::CgroupDevice::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_device::CgroupDevice +pub fn aya::programs::cgroup_device::CgroupDevice::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_device::CgroupDevice pub fn aya::programs::cgroup_device::CgroupDevice::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_device::CgroupDevice @@ -2400,8 +2402,6 @@ pub fn &'a aya::programs::cgroup_device::CgroupDevice::try_from(program: &'a aya impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_device::CgroupDevice pub type &'a mut aya::programs::cgroup_device::CgroupDevice::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_device::CgroupDevice::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_device::CgroupDevice, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_device::CgroupDevice -pub fn aya::programs::cgroup_device::CgroupDevice::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_device::CgroupDevice impl core::marker::Sync for aya::programs::cgroup_device::CgroupDevice impl core::marker::Unpin for aya::programs::cgroup_device::CgroupDevice @@ -2428,10 +2428,10 @@ impl aya::programs::links::Link for aya::programs::cgroup_device::CgroupDeviceLi pub type aya::programs::cgroup_device::CgroupDeviceLink::Id = aya::programs::cgroup_device::CgroupDeviceLinkId pub fn aya::programs::cgroup_device::CgroupDeviceLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::cgroup_device::CgroupDeviceLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::cgroup_device::CgroupDeviceLink -pub fn aya::programs::cgroup_device::CgroupDeviceLink::drop(&mut self) impl core::fmt::Debug for aya::programs::cgroup_device::CgroupDeviceLink pub fn aya::programs::cgroup_device::CgroupDeviceLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::cgroup_device::CgroupDeviceLink +pub fn aya::programs::cgroup_device::CgroupDeviceLink::drop(&mut self) impl core::marker::Send for aya::programs::cgroup_device::CgroupDeviceLink impl core::marker::Sync for aya::programs::cgroup_device::CgroupDeviceLink impl core::marker::Unpin for aya::programs::cgroup_device::CgroupDeviceLink @@ -2535,6 +2535,8 @@ pub fn aya::programs::cgroup_skb::CgroupSkb::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_skb::CgroupSkb pub fn aya::programs::cgroup_skb::CgroupSkb::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_skb::CgroupSkb +pub fn aya::programs::cgroup_skb::CgroupSkb::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_skb::CgroupSkb pub fn aya::programs::cgroup_skb::CgroupSkb::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_skb::CgroupSkb @@ -2543,8 +2545,6 @@ pub fn &'a aya::programs::cgroup_skb::CgroupSkb::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_skb::CgroupSkb pub type &'a mut aya::programs::cgroup_skb::CgroupSkb::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_skb::CgroupSkb::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_skb::CgroupSkb, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_skb::CgroupSkb -pub fn aya::programs::cgroup_skb::CgroupSkb::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_skb::CgroupSkb impl core::marker::Sync for aya::programs::cgroup_skb::CgroupSkb impl core::marker::Unpin for aya::programs::cgroup_skb::CgroupSkb @@ -2571,10 +2571,10 @@ impl aya::programs::links::Link for aya::programs::cgroup_skb::CgroupSkbLink pub type aya::programs::cgroup_skb::CgroupSkbLink::Id = aya::programs::cgroup_skb::CgroupSkbLinkId pub fn aya::programs::cgroup_skb::CgroupSkbLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::cgroup_skb::CgroupSkbLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::cgroup_skb::CgroupSkbLink -pub fn aya::programs::cgroup_skb::CgroupSkbLink::drop(&mut self) impl core::fmt::Debug for aya::programs::cgroup_skb::CgroupSkbLink pub fn aya::programs::cgroup_skb::CgroupSkbLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::cgroup_skb::CgroupSkbLink +pub fn aya::programs::cgroup_skb::CgroupSkbLink::drop(&mut self) impl core::marker::Send for aya::programs::cgroup_skb::CgroupSkbLink impl core::marker::Sync for aya::programs::cgroup_skb::CgroupSkbLink impl core::marker::Unpin for aya::programs::cgroup_skb::CgroupSkbLink @@ -2645,6 +2645,8 @@ pub fn aya::programs::cgroup_sock::CgroupSock::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sock::CgroupSock pub fn aya::programs::cgroup_sock::CgroupSock::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sock::CgroupSock +pub fn aya::programs::cgroup_sock::CgroupSock::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sock::CgroupSock pub fn aya::programs::cgroup_sock::CgroupSock::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sock::CgroupSock @@ -2653,8 +2655,6 @@ pub fn &'a aya::programs::cgroup_sock::CgroupSock::try_from(program: &'a aya::pr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sock::CgroupSock pub type &'a mut aya::programs::cgroup_sock::CgroupSock::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sock::CgroupSock::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sock::CgroupSock, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sock::CgroupSock -pub fn aya::programs::cgroup_sock::CgroupSock::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sock::CgroupSock impl core::marker::Sync for aya::programs::cgroup_sock::CgroupSock impl core::marker::Unpin for aya::programs::cgroup_sock::CgroupSock @@ -2681,10 +2681,10 @@ impl aya::programs::links::Link for aya::programs::cgroup_sock::CgroupSockLink pub type aya::programs::cgroup_sock::CgroupSockLink::Id = aya::programs::cgroup_sock::CgroupSockLinkId pub fn aya::programs::cgroup_sock::CgroupSockLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::cgroup_sock::CgroupSockLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::cgroup_sock::CgroupSockLink -pub fn aya::programs::cgroup_sock::CgroupSockLink::drop(&mut self) impl core::fmt::Debug for aya::programs::cgroup_sock::CgroupSockLink pub fn aya::programs::cgroup_sock::CgroupSockLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::cgroup_sock::CgroupSockLink +pub fn aya::programs::cgroup_sock::CgroupSockLink::drop(&mut self) impl core::marker::Send for aya::programs::cgroup_sock::CgroupSockLink impl core::marker::Sync for aya::programs::cgroup_sock::CgroupSockLink impl core::marker::Unpin for aya::programs::cgroup_sock::CgroupSockLink @@ -2755,6 +2755,8 @@ pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sock_addr::CgroupSockAddr pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sock_addr::CgroupSockAddr +pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sock_addr::CgroupSockAddr pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sock_addr::CgroupSockAddr @@ -2763,8 +2765,6 @@ pub fn &'a aya::programs::cgroup_sock_addr::CgroupSockAddr::try_from(program: &' impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr pub type &'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sock_addr::CgroupSockAddr -pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sock_addr::CgroupSockAddr impl core::marker::Sync for aya::programs::cgroup_sock_addr::CgroupSockAddr impl core::marker::Unpin for aya::programs::cgroup_sock_addr::CgroupSockAddr @@ -2791,10 +2791,10 @@ impl aya::programs::links::Link for aya::programs::cgroup_sock_addr::CgroupSockA pub type aya::programs::cgroup_sock_addr::CgroupSockAddrLink::Id = aya::programs::cgroup_sock_addr::CgroupSockAddrLinkId pub fn aya::programs::cgroup_sock_addr::CgroupSockAddrLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::cgroup_sock_addr::CgroupSockAddrLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::cgroup_sock_addr::CgroupSockAddrLink -pub fn aya::programs::cgroup_sock_addr::CgroupSockAddrLink::drop(&mut self) impl core::fmt::Debug for aya::programs::cgroup_sock_addr::CgroupSockAddrLink pub fn aya::programs::cgroup_sock_addr::CgroupSockAddrLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::cgroup_sock_addr::CgroupSockAddrLink +pub fn aya::programs::cgroup_sock_addr::CgroupSockAddrLink::drop(&mut self) impl core::marker::Send for aya::programs::cgroup_sock_addr::CgroupSockAddrLink impl core::marker::Sync for aya::programs::cgroup_sock_addr::CgroupSockAddrLink impl core::marker::Unpin for aya::programs::cgroup_sock_addr::CgroupSockAddrLink @@ -2865,6 +2865,8 @@ pub fn aya::programs::cgroup_sockopt::CgroupSockopt::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sockopt::CgroupSockopt pub fn aya::programs::cgroup_sockopt::CgroupSockopt::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sockopt::CgroupSockopt +pub fn aya::programs::cgroup_sockopt::CgroupSockopt::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sockopt::CgroupSockopt pub fn aya::programs::cgroup_sockopt::CgroupSockopt::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sockopt::CgroupSockopt @@ -2873,8 +2875,6 @@ pub fn &'a aya::programs::cgroup_sockopt::CgroupSockopt::try_from(program: &'a a impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sockopt::CgroupSockopt pub type &'a mut aya::programs::cgroup_sockopt::CgroupSockopt::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sockopt::CgroupSockopt::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sockopt::CgroupSockopt, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sockopt::CgroupSockopt -pub fn aya::programs::cgroup_sockopt::CgroupSockopt::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sockopt::CgroupSockopt impl core::marker::Sync for aya::programs::cgroup_sockopt::CgroupSockopt impl core::marker::Unpin for aya::programs::cgroup_sockopt::CgroupSockopt @@ -2901,10 +2901,10 @@ impl aya::programs::links::Link for aya::programs::cgroup_sockopt::CgroupSockopt pub type aya::programs::cgroup_sockopt::CgroupSockoptLink::Id = aya::programs::cgroup_sockopt::CgroupSockoptLinkId pub fn aya::programs::cgroup_sockopt::CgroupSockoptLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::cgroup_sockopt::CgroupSockoptLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::cgroup_sockopt::CgroupSockoptLink -pub fn aya::programs::cgroup_sockopt::CgroupSockoptLink::drop(&mut self) impl core::fmt::Debug for aya::programs::cgroup_sockopt::CgroupSockoptLink pub fn aya::programs::cgroup_sockopt::CgroupSockoptLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::cgroup_sockopt::CgroupSockoptLink +pub fn aya::programs::cgroup_sockopt::CgroupSockoptLink::drop(&mut self) impl core::marker::Send for aya::programs::cgroup_sockopt::CgroupSockoptLink impl core::marker::Sync for aya::programs::cgroup_sockopt::CgroupSockoptLink impl core::marker::Unpin for aya::programs::cgroup_sockopt::CgroupSockoptLink @@ -2975,6 +2975,8 @@ pub fn aya::programs::cgroup_sysctl::CgroupSysctl::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sysctl::CgroupSysctl pub fn aya::programs::cgroup_sysctl::CgroupSysctl::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sysctl::CgroupSysctl +pub fn aya::programs::cgroup_sysctl::CgroupSysctl::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sysctl::CgroupSysctl pub fn aya::programs::cgroup_sysctl::CgroupSysctl::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sysctl::CgroupSysctl @@ -2983,8 +2985,6 @@ pub fn &'a aya::programs::cgroup_sysctl::CgroupSysctl::try_from(program: &'a aya impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sysctl::CgroupSysctl pub type &'a mut aya::programs::cgroup_sysctl::CgroupSysctl::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sysctl::CgroupSysctl::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sysctl::CgroupSysctl, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sysctl::CgroupSysctl -pub fn aya::programs::cgroup_sysctl::CgroupSysctl::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sysctl::CgroupSysctl impl core::marker::Sync for aya::programs::cgroup_sysctl::CgroupSysctl impl core::marker::Unpin for aya::programs::cgroup_sysctl::CgroupSysctl @@ -3011,10 +3011,10 @@ impl aya::programs::links::Link for aya::programs::cgroup_sysctl::CgroupSysctlLi pub type aya::programs::cgroup_sysctl::CgroupSysctlLink::Id = aya::programs::cgroup_sysctl::CgroupSysctlLinkId pub fn aya::programs::cgroup_sysctl::CgroupSysctlLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::cgroup_sysctl::CgroupSysctlLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::cgroup_sysctl::CgroupSysctlLink -pub fn aya::programs::cgroup_sysctl::CgroupSysctlLink::drop(&mut self) impl core::fmt::Debug for aya::programs::cgroup_sysctl::CgroupSysctlLink pub fn aya::programs::cgroup_sysctl::CgroupSysctlLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::cgroup_sysctl::CgroupSysctlLink +pub fn aya::programs::cgroup_sysctl::CgroupSysctlLink::drop(&mut self) impl core::marker::Send for aya::programs::cgroup_sysctl::CgroupSysctlLink impl core::marker::Sync for aya::programs::cgroup_sysctl::CgroupSysctlLink impl core::marker::Unpin for aya::programs::cgroup_sysctl::CgroupSysctlLink @@ -3073,10 +3073,10 @@ pub aya::programs::extension::ExtensionError::NoBTF impl core::convert::From for aya::programs::ProgramError pub fn aya::programs::ProgramError::from(source: aya::programs::extension::ExtensionError) -> Self impl core::error::Error for aya::programs::extension::ExtensionError -impl core::fmt::Display for aya::programs::extension::ExtensionError -pub fn aya::programs::extension::ExtensionError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::extension::ExtensionError pub fn aya::programs::extension::ExtensionError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::extension::ExtensionError +pub fn aya::programs::extension::ExtensionError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::extension::ExtensionError impl core::marker::Sync for aya::programs::extension::ExtensionError impl core::marker::Unpin for aya::programs::extension::ExtensionError @@ -3118,6 +3118,8 @@ pub fn aya::programs::extension::Extension::pin core::result::Result<(), std::io::error::Error> impl aya::programs::extension::Extension pub fn aya::programs::extension::Extension::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::extension::Extension +pub fn aya::programs::extension::Extension::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::extension::Extension pub fn aya::programs::extension::Extension::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::extension::Extension @@ -3126,8 +3128,6 @@ pub fn &'a aya::programs::extension::Extension::try_from(program: &'a aya::progr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::extension::Extension pub type &'a mut aya::programs::extension::Extension::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::extension::Extension::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::extension::Extension, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::extension::Extension -pub fn aya::programs::extension::Extension::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::extension::Extension impl core::marker::Sync for aya::programs::extension::Extension impl core::marker::Unpin for aya::programs::extension::Extension @@ -3158,10 +3158,10 @@ impl core::convert::From for aya::progr pub fn aya::programs::links::FdLink::from(w: aya::programs::extension::ExtensionLink) -> aya::programs::links::FdLink impl core::convert::From for aya::programs::extension::ExtensionLink pub fn aya::programs::extension::ExtensionLink::from(b: aya::programs::links::FdLink) -> aya::programs::extension::ExtensionLink -impl core::ops::drop::Drop for aya::programs::extension::ExtensionLink -pub fn aya::programs::extension::ExtensionLink::drop(&mut self) impl core::fmt::Debug for aya::programs::extension::ExtensionLink pub fn aya::programs::extension::ExtensionLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::extension::ExtensionLink +pub fn aya::programs::extension::ExtensionLink::drop(&mut self) impl core::marker::Send for aya::programs::extension::ExtensionLink impl core::marker::Sync for aya::programs::extension::ExtensionLink impl core::marker::Unpin for aya::programs::extension::ExtensionLink @@ -3232,6 +3232,8 @@ pub fn aya::programs::fentry::FEntry::pin core::result::Result<(), std::io::error::Error> impl aya::programs::fentry::FEntry pub fn aya::programs::fentry::FEntry::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::fentry::FEntry +pub fn aya::programs::fentry::FEntry::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::fentry::FEntry pub fn aya::programs::fentry::FEntry::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::fentry::FEntry @@ -3240,8 +3242,6 @@ pub fn &'a aya::programs::fentry::FEntry::try_from(program: &'a aya::programs::P impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::fentry::FEntry pub type &'a mut aya::programs::fentry::FEntry::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::fentry::FEntry::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::fentry::FEntry, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::fentry::FEntry -pub fn aya::programs::fentry::FEntry::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::fentry::FEntry impl core::marker::Sync for aya::programs::fentry::FEntry impl core::marker::Unpin for aya::programs::fentry::FEntry @@ -3272,10 +3272,10 @@ impl core::convert::From for aya::programs::l pub fn aya::programs::links::FdLink::from(w: aya::programs::fentry::FEntryLink) -> aya::programs::links::FdLink impl core::convert::From for aya::programs::fentry::FEntryLink pub fn aya::programs::fentry::FEntryLink::from(b: aya::programs::links::FdLink) -> aya::programs::fentry::FEntryLink -impl core::ops::drop::Drop for aya::programs::fentry::FEntryLink -pub fn aya::programs::fentry::FEntryLink::drop(&mut self) impl core::fmt::Debug for aya::programs::fentry::FEntryLink pub fn aya::programs::fentry::FEntryLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::fentry::FEntryLink +pub fn aya::programs::fentry::FEntryLink::drop(&mut self) impl core::marker::Send for aya::programs::fentry::FEntryLink impl core::marker::Sync for aya::programs::fentry::FEntryLink impl core::marker::Unpin for aya::programs::fentry::FEntryLink @@ -3346,6 +3346,8 @@ pub fn aya::programs::fexit::FExit::pin pub fn aya::programs::fexit::FExit::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::fexit::FExit pub fn aya::programs::fexit::FExit::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::fexit::FExit +pub fn aya::programs::fexit::FExit::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::fexit::FExit pub fn aya::programs::fexit::FExit::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::fexit::FExit @@ -3354,8 +3356,6 @@ pub fn &'a aya::programs::fexit::FExit::try_from(program: &'a aya::programs::Pro impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::fexit::FExit pub type &'a mut aya::programs::fexit::FExit::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::fexit::FExit::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::fexit::FExit, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::fexit::FExit -pub fn aya::programs::fexit::FExit::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::fexit::FExit impl core::marker::Sync for aya::programs::fexit::FExit impl core::marker::Unpin for aya::programs::fexit::FExit @@ -3386,10 +3386,10 @@ impl core::convert::From for aya::programs::lin pub fn aya::programs::links::FdLink::from(w: aya::programs::fexit::FExitLink) -> aya::programs::links::FdLink impl core::convert::From for aya::programs::fexit::FExitLink pub fn aya::programs::fexit::FExitLink::from(b: aya::programs::links::FdLink) -> aya::programs::fexit::FExitLink -impl core::ops::drop::Drop for aya::programs::fexit::FExitLink -pub fn aya::programs::fexit::FExitLink::drop(&mut self) impl core::fmt::Debug for aya::programs::fexit::FExitLink pub fn aya::programs::fexit::FExitLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::fexit::FExitLink +pub fn aya::programs::fexit::FExitLink::drop(&mut self) impl core::marker::Send for aya::programs::fexit::FExitLink impl core::marker::Sync for aya::programs::fexit::FExitLink impl core::marker::Unpin for aya::programs::fexit::FExitLink @@ -3451,10 +3451,10 @@ impl core::convert::From for aya::programs:: pub fn aya::programs::ProgramError::from(source: aya::programs::kprobe::KProbeError) -> Self impl core::error::Error for aya::programs::kprobe::KProbeError pub fn aya::programs::kprobe::KProbeError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::kprobe::KProbeError -pub fn aya::programs::kprobe::KProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::kprobe::KProbeError pub fn aya::programs::kprobe::KProbeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::kprobe::KProbeError +pub fn aya::programs::kprobe::KProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::kprobe::KProbeError impl core::marker::Sync for aya::programs::kprobe::KProbeError impl core::marker::Unpin for aya::programs::kprobe::KProbeError @@ -3495,6 +3495,8 @@ pub fn aya::programs::kprobe::KProbe::pin core::result::Result<(), std::io::error::Error> impl aya::programs::kprobe::KProbe pub fn aya::programs::kprobe::KProbe::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::kprobe::KProbe +pub fn aya::programs::kprobe::KProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::kprobe::KProbe pub fn aya::programs::kprobe::KProbe::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::kprobe::KProbe @@ -3503,8 +3505,6 @@ pub fn &'a aya::programs::kprobe::KProbe::try_from(program: &'a aya::programs::P impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::kprobe::KProbe pub type &'a mut aya::programs::kprobe::KProbe::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::kprobe::KProbe::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::kprobe::KProbe, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::kprobe::KProbe -pub fn aya::programs::kprobe::KProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::kprobe::KProbe impl core::marker::Sync for aya::programs::kprobe::KProbe impl core::marker::Unpin for aya::programs::kprobe::KProbe @@ -3537,10 +3537,10 @@ pub fn aya::programs::links::FdLink::try_from(value: aya::programs::kprobe::KPro impl core::convert::TryFrom for aya::programs::kprobe::KProbeLink pub type aya::programs::kprobe::KProbeLink::Error = aya::programs::links::LinkError pub fn aya::programs::kprobe::KProbeLink::try_from(fd_link: aya::programs::links::FdLink) -> core::result::Result -impl core::ops::drop::Drop for aya::programs::kprobe::KProbeLink -pub fn aya::programs::kprobe::KProbeLink::drop(&mut self) impl core::fmt::Debug for aya::programs::kprobe::KProbeLink pub fn aya::programs::kprobe::KProbeLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::kprobe::KProbeLink +pub fn aya::programs::kprobe::KProbeLink::drop(&mut self) impl core::marker::Send for aya::programs::kprobe::KProbeLink impl core::marker::Sync for aya::programs::kprobe::KProbeLink impl core::marker::Unpin for aya::programs::kprobe::KProbeLink @@ -3599,10 +3599,10 @@ pub aya::programs::links::LinkError::InvalidLink pub aya::programs::links::LinkError::SyscallError(crate::sys::SyscallError) impl core::error::Error for aya::programs::links::LinkError pub fn aya::programs::links::LinkError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::links::LinkError -pub fn aya::programs::links::LinkError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::links::LinkError pub fn aya::programs::links::LinkError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::links::LinkError +pub fn aya::programs::links::LinkError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::links::LinkError impl core::marker::Sync for aya::programs::links::LinkError impl core::marker::Unpin for aya::programs::links::LinkError @@ -3995,6 +3995,8 @@ pub fn aya::programs::lirc_mode2::LircMode2::pin core::result::Result<(), std::io::error::Error> impl aya::programs::lirc_mode2::LircMode2 pub fn aya::programs::lirc_mode2::LircMode2::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::lirc_mode2::LircMode2 +pub fn aya::programs::lirc_mode2::LircMode2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::lirc_mode2::LircMode2 pub fn aya::programs::lirc_mode2::LircMode2::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::lirc_mode2::LircMode2 @@ -4003,8 +4005,6 @@ pub fn &'a aya::programs::lirc_mode2::LircMode2::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::lirc_mode2::LircMode2 pub type &'a mut aya::programs::lirc_mode2::LircMode2::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::lirc_mode2::LircMode2::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::lirc_mode2::LircMode2, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::lirc_mode2::LircMode2 -pub fn aya::programs::lirc_mode2::LircMode2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::lirc_mode2::LircMode2 impl core::marker::Sync for aya::programs::lirc_mode2::LircMode2 impl core::marker::Unpin for aya::programs::lirc_mode2::LircMode2 @@ -4044,6 +4044,8 @@ pub fn aya::programs::lsm::Lsm::pin>(&m pub fn aya::programs::lsm::Lsm::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::lsm::Lsm pub fn aya::programs::lsm::Lsm::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::lsm::Lsm +pub fn aya::programs::lsm::Lsm::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::lsm::Lsm pub fn aya::programs::lsm::Lsm::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::lsm::Lsm @@ -4052,8 +4054,6 @@ pub fn &'a aya::programs::lsm::Lsm::try_from(program: &'a aya::programs::Program impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::lsm::Lsm pub type &'a mut aya::programs::lsm::Lsm::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::lsm::Lsm::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::lsm::Lsm, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::lsm::Lsm -pub fn aya::programs::lsm::Lsm::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::lsm::Lsm impl core::marker::Sync for aya::programs::lsm::Lsm impl core::marker::Unpin for aya::programs::lsm::Lsm @@ -4084,10 +4084,10 @@ impl core::convert::From for aya::programs::lsm::L pub fn aya::programs::lsm::LsmLink::from(b: aya::programs::links::FdLink) -> aya::programs::lsm::LsmLink impl core::convert::From for aya::programs::links::FdLink pub fn aya::programs::links::FdLink::from(w: aya::programs::lsm::LsmLink) -> aya::programs::links::FdLink -impl core::ops::drop::Drop for aya::programs::lsm::LsmLink -pub fn aya::programs::lsm::LsmLink::drop(&mut self) impl core::fmt::Debug for aya::programs::lsm::LsmLink pub fn aya::programs::lsm::LsmLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::lsm::LsmLink +pub fn aya::programs::lsm::LsmLink::drop(&mut self) impl core::marker::Send for aya::programs::lsm::LsmLink impl core::marker::Sync for aya::programs::lsm::LsmLink impl core::marker::Unpin for aya::programs::lsm::LsmLink @@ -4331,6 +4331,8 @@ pub fn aya::programs::perf_event::PerfEvent::pin core::result::Result<(), std::io::error::Error> impl aya::programs::perf_event::PerfEvent pub fn aya::programs::perf_event::PerfEvent::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::perf_event::PerfEvent +pub fn aya::programs::perf_event::PerfEvent::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::perf_event::PerfEvent pub fn aya::programs::perf_event::PerfEvent::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::perf_event::PerfEvent @@ -4339,8 +4341,6 @@ pub fn &'a aya::programs::perf_event::PerfEvent::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::perf_event::PerfEvent pub type &'a mut aya::programs::perf_event::PerfEvent::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::perf_event::PerfEvent::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::perf_event::PerfEvent, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::perf_event::PerfEvent -pub fn aya::programs::perf_event::PerfEvent::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::perf_event::PerfEvent impl core::marker::Sync for aya::programs::perf_event::PerfEvent impl core::marker::Unpin for aya::programs::perf_event::PerfEvent @@ -4373,10 +4373,10 @@ pub fn aya::programs::perf_event::PerfEventLink::try_from(fd_link: aya::programs impl core::convert::TryFrom for aya::programs::links::FdLink pub type aya::programs::links::FdLink::Error = aya::programs::links::LinkError pub fn aya::programs::links::FdLink::try_from(value: aya::programs::perf_event::PerfEventLink) -> core::result::Result -impl core::ops::drop::Drop for aya::programs::perf_event::PerfEventLink -pub fn aya::programs::perf_event::PerfEventLink::drop(&mut self) impl core::fmt::Debug for aya::programs::perf_event::PerfEventLink pub fn aya::programs::perf_event::PerfEventLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::perf_event::PerfEventLink +pub fn aya::programs::perf_event::PerfEventLink::drop(&mut self) impl core::marker::Send for aya::programs::perf_event::PerfEventLink impl core::marker::Sync for aya::programs::perf_event::PerfEventLink impl core::marker::Unpin for aya::programs::perf_event::PerfEventLink @@ -4479,10 +4479,10 @@ impl core::convert::From for aya::programs::ProgramE pub fn aya::programs::ProgramError::from(source: aya::programs::tc::TcError) -> Self impl core::error::Error for aya::programs::tc::TcError pub fn aya::programs::tc::TcError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::tc::TcError -pub fn aya::programs::tc::TcError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::tc::TcError pub fn aya::programs::tc::TcError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::tc::TcError +pub fn aya::programs::tc::TcError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::tc::TcError impl core::marker::Sync for aya::programs::tc::TcError impl core::marker::Unpin for aya::programs::tc::TcError @@ -4523,6 +4523,8 @@ pub fn aya::programs::tc::SchedClassifier::pin core::result::Result<(), std::io::error::Error> impl aya::programs::tc::SchedClassifier pub fn aya::programs::tc::SchedClassifier::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::tc::SchedClassifier +pub fn aya::programs::tc::SchedClassifier::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::tc::SchedClassifier pub fn aya::programs::tc::SchedClassifier::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::tc::SchedClassifier @@ -4531,8 +4533,6 @@ pub fn &'a aya::programs::tc::SchedClassifier::try_from(program: &'a aya::progra impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::tc::SchedClassifier pub type &'a mut aya::programs::tc::SchedClassifier::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::tc::SchedClassifier::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::tc::SchedClassifier, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::tc::SchedClassifier -pub fn aya::programs::tc::SchedClassifier::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::tc::SchedClassifier impl core::marker::Sync for aya::programs::tc::SchedClassifier impl core::marker::Unpin for aya::programs::tc::SchedClassifier @@ -4563,10 +4563,10 @@ impl aya::programs::links::Link for aya::programs::tc::SchedClassifierLink pub type aya::programs::tc::SchedClassifierLink::Id = aya::programs::tc::SchedClassifierLinkId pub fn aya::programs::tc::SchedClassifierLink::detach(self) -> core::result::Result<(), aya::programs::ProgramError> pub fn aya::programs::tc::SchedClassifierLink::id(&self) -> Self::Id -impl core::ops::drop::Drop for aya::programs::tc::SchedClassifierLink -pub fn aya::programs::tc::SchedClassifierLink::drop(&mut self) impl core::fmt::Debug for aya::programs::tc::SchedClassifierLink pub fn aya::programs::tc::SchedClassifierLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::tc::SchedClassifierLink +pub fn aya::programs::tc::SchedClassifierLink::drop(&mut self) impl core::marker::Send for aya::programs::tc::SchedClassifierLink impl core::marker::Sync for aya::programs::tc::SchedClassifierLink impl core::marker::Unpin for aya::programs::tc::SchedClassifierLink @@ -4665,6 +4665,8 @@ pub fn aya::programs::tp_btf::BtfTracePoint::pin core::result::Result<(), std::io::error::Error> impl aya::programs::tp_btf::BtfTracePoint pub fn aya::programs::tp_btf::BtfTracePoint::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::tp_btf::BtfTracePoint +pub fn aya::programs::tp_btf::BtfTracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::tp_btf::BtfTracePoint pub fn aya::programs::tp_btf::BtfTracePoint::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::tp_btf::BtfTracePoint @@ -4673,8 +4675,6 @@ pub fn &'a aya::programs::tp_btf::BtfTracePoint::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::tp_btf::BtfTracePoint pub type &'a mut aya::programs::tp_btf::BtfTracePoint::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::tp_btf::BtfTracePoint::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::tp_btf::BtfTracePoint, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::tp_btf::BtfTracePoint -pub fn aya::programs::tp_btf::BtfTracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::tp_btf::BtfTracePoint impl core::marker::Sync for aya::programs::tp_btf::BtfTracePoint impl core::marker::Unpin for aya::programs::tp_btf::BtfTracePoint @@ -4705,10 +4705,10 @@ impl core::convert::From for aya::programs::tp_btf pub fn aya::programs::tp_btf::BtfTracePointLink::from(b: aya::programs::links::FdLink) -> aya::programs::tp_btf::BtfTracePointLink impl core::convert::From for aya::programs::links::FdLink pub fn aya::programs::links::FdLink::from(w: aya::programs::tp_btf::BtfTracePointLink) -> aya::programs::links::FdLink -impl core::ops::drop::Drop for aya::programs::tp_btf::BtfTracePointLink -pub fn aya::programs::tp_btf::BtfTracePointLink::drop(&mut self) impl core::fmt::Debug for aya::programs::tp_btf::BtfTracePointLink pub fn aya::programs::tp_btf::BtfTracePointLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::tp_btf::BtfTracePointLink +pub fn aya::programs::tp_btf::BtfTracePointLink::drop(&mut self) impl core::marker::Send for aya::programs::tp_btf::BtfTracePointLink impl core::marker::Sync for aya::programs::tp_btf::BtfTracePointLink impl core::marker::Unpin for aya::programs::tp_btf::BtfTracePointLink @@ -4770,10 +4770,10 @@ impl core::convert::From for aya::p pub fn aya::programs::ProgramError::from(source: aya::programs::trace_point::TracePointError) -> Self impl core::error::Error for aya::programs::trace_point::TracePointError pub fn aya::programs::trace_point::TracePointError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::trace_point::TracePointError -pub fn aya::programs::trace_point::TracePointError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::trace_point::TracePointError pub fn aya::programs::trace_point::TracePointError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::trace_point::TracePointError +pub fn aya::programs::trace_point::TracePointError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::trace_point::TracePointError impl core::marker::Sync for aya::programs::trace_point::TracePointError impl core::marker::Unpin for aya::programs::trace_point::TracePointError @@ -4814,6 +4814,8 @@ pub fn aya::programs::trace_point::TracePoint::pin core::result::Result<(), std::io::error::Error> impl aya::programs::trace_point::TracePoint pub fn aya::programs::trace_point::TracePoint::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::trace_point::TracePoint +pub fn aya::programs::trace_point::TracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::trace_point::TracePoint pub fn aya::programs::trace_point::TracePoint::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::trace_point::TracePoint @@ -4822,8 +4824,6 @@ pub fn &'a aya::programs::trace_point::TracePoint::try_from(program: &'a aya::pr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::trace_point::TracePoint pub type &'a mut aya::programs::trace_point::TracePoint::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::trace_point::TracePoint::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::trace_point::TracePoint, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::trace_point::TracePoint -pub fn aya::programs::trace_point::TracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::trace_point::TracePoint impl core::marker::Sync for aya::programs::trace_point::TracePoint impl core::marker::Unpin for aya::programs::trace_point::TracePoint @@ -4856,10 +4856,10 @@ pub fn aya::programs::trace_point::TracePointLink::try_from(fd_link: aya::progra impl core::convert::TryFrom for aya::programs::links::FdLink pub type aya::programs::links::FdLink::Error = aya::programs::links::LinkError pub fn aya::programs::links::FdLink::try_from(value: aya::programs::trace_point::TracePointLink) -> core::result::Result -impl core::ops::drop::Drop for aya::programs::trace_point::TracePointLink -pub fn aya::programs::trace_point::TracePointLink::drop(&mut self) impl core::fmt::Debug for aya::programs::trace_point::TracePointLink pub fn aya::programs::trace_point::TracePointLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::trace_point::TracePointLink +pub fn aya::programs::trace_point::TracePointLink::drop(&mut self) impl core::marker::Send for aya::programs::trace_point::TracePointLink impl core::marker::Sync for aya::programs::trace_point::TracePointLink impl core::marker::Unpin for aya::programs::trace_point::TracePointLink @@ -4928,10 +4928,10 @@ impl core::convert::From for aya::programs:: pub fn aya::programs::ProgramError::from(source: aya::programs::uprobe::UProbeError) -> Self impl core::error::Error for aya::programs::uprobe::UProbeError pub fn aya::programs::uprobe::UProbeError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::uprobe::UProbeError -pub fn aya::programs::uprobe::UProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::uprobe::UProbeError pub fn aya::programs::uprobe::UProbeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::uprobe::UProbeError +pub fn aya::programs::uprobe::UProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::uprobe::UProbeError impl core::marker::Sync for aya::programs::uprobe::UProbeError impl core::marker::Unpin for aya::programs::uprobe::UProbeError @@ -4972,6 +4972,8 @@ pub fn aya::programs::uprobe::UProbe::pin core::result::Result<(), std::io::error::Error> impl aya::programs::uprobe::UProbe pub fn aya::programs::uprobe::UProbe::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::uprobe::UProbe +pub fn aya::programs::uprobe::UProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::uprobe::UProbe pub fn aya::programs::uprobe::UProbe::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::uprobe::UProbe @@ -4980,8 +4982,6 @@ pub fn &'a aya::programs::uprobe::UProbe::try_from(program: &'a aya::programs::P impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::uprobe::UProbe pub type &'a mut aya::programs::uprobe::UProbe::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::uprobe::UProbe::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::uprobe::UProbe, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::uprobe::UProbe -pub fn aya::programs::uprobe::UProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::uprobe::UProbe impl core::marker::Sync for aya::programs::uprobe::UProbe impl core::marker::Unpin for aya::programs::uprobe::UProbe @@ -5014,10 +5014,10 @@ pub fn aya::programs::uprobe::UProbeLink::try_from(fd_link: aya::programs::links impl core::convert::TryFrom for aya::programs::links::FdLink pub type aya::programs::links::FdLink::Error = aya::programs::links::LinkError pub fn aya::programs::links::FdLink::try_from(value: aya::programs::uprobe::UProbeLink) -> core::result::Result -impl core::ops::drop::Drop for aya::programs::uprobe::UProbeLink -pub fn aya::programs::uprobe::UProbeLink::drop(&mut self) impl core::fmt::Debug for aya::programs::uprobe::UProbeLink pub fn aya::programs::uprobe::UProbeLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::uprobe::UProbeLink +pub fn aya::programs::uprobe::UProbeLink::drop(&mut self) impl core::marker::Send for aya::programs::uprobe::UProbeLink impl core::marker::Sync for aya::programs::uprobe::UProbeLink impl core::marker::Unpin for aya::programs::uprobe::UProbeLink @@ -5078,10 +5078,10 @@ impl core::convert::From for aya::programs::Progra pub fn aya::programs::ProgramError::from(source: aya::programs::xdp::XdpError) -> Self impl core::error::Error for aya::programs::xdp::XdpError pub fn aya::programs::xdp::XdpError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::xdp::XdpError -pub fn aya::programs::xdp::XdpError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::xdp::XdpError pub fn aya::programs::xdp::XdpError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::xdp::XdpError +pub fn aya::programs::xdp::XdpError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::xdp::XdpError impl core::marker::Sync for aya::programs::xdp::XdpError impl core::marker::Unpin for aya::programs::xdp::XdpError @@ -5123,6 +5123,8 @@ pub fn aya::programs::xdp::Xdp::pin>(&m pub fn aya::programs::xdp::Xdp::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::xdp::Xdp pub fn aya::programs::xdp::Xdp::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::xdp::Xdp +pub fn aya::programs::xdp::Xdp::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::xdp::Xdp pub fn aya::programs::xdp::Xdp::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::xdp::Xdp @@ -5131,8 +5133,6 @@ pub fn &'a aya::programs::xdp::Xdp::try_from(program: &'a aya::programs::Program impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::xdp::Xdp pub type &'a mut aya::programs::xdp::Xdp::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::xdp::Xdp::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::xdp::Xdp, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::xdp::Xdp -pub fn aya::programs::xdp::Xdp::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::xdp::Xdp impl core::marker::Sync for aya::programs::xdp::Xdp impl core::marker::Unpin for aya::programs::xdp::Xdp @@ -5193,8 +5193,14 @@ pub fn aya::programs::xdp::XdpFlags::from_bits_retain(bits: u32) -> aya::program impl bitflags::traits::PublicFlags for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::Internal = InternalBitFlags pub type aya::programs::xdp::XdpFlags::Primitive = u32 +impl core::clone::Clone for aya::programs::xdp::XdpFlags +pub fn aya::programs::xdp::XdpFlags::clone(&self) -> aya::programs::xdp::XdpFlags +impl core::default::Default for aya::programs::xdp::XdpFlags +pub fn aya::programs::xdp::XdpFlags::default() -> aya::programs::xdp::XdpFlags impl core::fmt::Binary for aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Debug for aya::programs::xdp::XdpFlags +pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::LowerHex for aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Octal for aya::programs::xdp::XdpFlags @@ -5209,6 +5215,7 @@ impl core::iter::traits::collect::IntoIterator for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::IntoIter = bitflags::iter::Iter pub type aya::programs::xdp::XdpFlags::Item = aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::into_iter(self) -> Self::IntoIter +impl core::marker::Copy for aya::programs::xdp::XdpFlags impl core::ops::arith::Sub for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::Output = aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::sub(self, other: Self) -> Self @@ -5232,13 +5239,6 @@ pub fn aya::programs::xdp::XdpFlags::bitxor_assign(&mut self, other: Self) impl core::ops::bit::Not for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::Output = aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::not(self) -> Self -impl core::clone::Clone for aya::programs::xdp::XdpFlags -pub fn aya::programs::xdp::XdpFlags::clone(&self) -> aya::programs::xdp::XdpFlags -impl core::default::Default for aya::programs::xdp::XdpFlags -pub fn aya::programs::xdp::XdpFlags::default() -> aya::programs::xdp::XdpFlags -impl core::fmt::Debug for aya::programs::xdp::XdpFlags -pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result -impl core::marker::Copy for aya::programs::xdp::XdpFlags impl core::marker::Send for aya::programs::xdp::XdpFlags impl core::marker::Sync for aya::programs::xdp::XdpFlags impl core::marker::Unpin for aya::programs::xdp::XdpFlags @@ -5275,10 +5275,10 @@ pub fn aya::programs::xdp::XdpLink::try_from(fd_link: aya::programs::links::FdLi impl core::convert::TryFrom for aya::programs::links::FdLink pub type aya::programs::links::FdLink::Error = aya::programs::links::LinkError pub fn aya::programs::links::FdLink::try_from(value: aya::programs::xdp::XdpLink) -> core::result::Result -impl core::ops::drop::Drop for aya::programs::xdp::XdpLink -pub fn aya::programs::xdp::XdpLink::drop(&mut self) impl core::fmt::Debug for aya::programs::xdp::XdpLink pub fn aya::programs::xdp::XdpLink::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::ops::drop::Drop for aya::programs::xdp::XdpLink +pub fn aya::programs::xdp::XdpLink::drop(&mut self) impl core::marker::Send for aya::programs::xdp::XdpLink impl core::marker::Sync for aya::programs::xdp::XdpLink impl core::marker::Unpin for aya::programs::xdp::XdpLink @@ -5369,10 +5369,10 @@ pub aya::programs::ExtensionError::NoBTF impl core::convert::From for aya::programs::ProgramError pub fn aya::programs::ProgramError::from(source: aya::programs::extension::ExtensionError) -> Self impl core::error::Error for aya::programs::extension::ExtensionError -impl core::fmt::Display for aya::programs::extension::ExtensionError -pub fn aya::programs::extension::ExtensionError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::extension::ExtensionError pub fn aya::programs::extension::ExtensionError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::extension::ExtensionError +pub fn aya::programs::extension::ExtensionError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::extension::ExtensionError impl core::marker::Sync for aya::programs::extension::ExtensionError impl core::marker::Unpin for aya::programs::extension::ExtensionError @@ -5404,10 +5404,10 @@ impl core::convert::From for aya::programs:: pub fn aya::programs::ProgramError::from(source: aya::programs::kprobe::KProbeError) -> Self impl core::error::Error for aya::programs::kprobe::KProbeError pub fn aya::programs::kprobe::KProbeError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::kprobe::KProbeError -pub fn aya::programs::kprobe::KProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::kprobe::KProbeError pub fn aya::programs::kprobe::KProbeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::kprobe::KProbeError +pub fn aya::programs::kprobe::KProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::kprobe::KProbeError impl core::marker::Sync for aya::programs::kprobe::KProbeError impl core::marker::Unpin for aya::programs::kprobe::KProbeError @@ -5573,6 +5573,8 @@ pub fn aya::programs::Program::info(&self) -> core::result::Result>(&mut self, path: P) -> core::result::Result<(), aya::pin::PinError> pub fn aya::programs::Program::prog_type(&self) -> aya_obj::generated::linux_bindings_x86_64::bpf_prog_type pub fn aya::programs::Program::unload(self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::Program +pub fn aya::programs::Program::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::RawTracePoint pub type &'a aya::programs::RawTracePoint::Error = aya::programs::ProgramError pub fn &'a aya::programs::RawTracePoint::try_from(program: &'a aya::programs::Program) -> core::result::Result<&'a aya::programs::RawTracePoint, aya::programs::ProgramError> @@ -5717,8 +5719,6 @@ pub fn &'a mut aya::programs::uprobe::UProbe::try_from(program: &'a mut aya::pro impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::xdp::Xdp pub type &'a mut aya::programs::xdp::Xdp::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::xdp::Xdp::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::xdp::Xdp, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::Program -pub fn aya::programs::Program::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::Program impl core::marker::Sync for aya::programs::Program impl core::marker::Unpin for aya::programs::Program @@ -5788,10 +5788,10 @@ impl core::convert::From for aya::programs::ProgramError pub fn aya::programs::ProgramError::from(source: std::io::error::Error) -> Self impl core::error::Error for aya::programs::ProgramError pub fn aya::programs::ProgramError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::ProgramError -pub fn aya::programs::ProgramError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::ProgramError pub fn aya::programs::ProgramError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::ProgramError +pub fn aya::programs::ProgramError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::ProgramError impl core::marker::Sync for aya::programs::ProgramError impl core::marker::Unpin for aya::programs::ProgramError @@ -5887,10 +5887,10 @@ impl core::convert::From for aya::programs::Pr pub fn aya::programs::ProgramError::from(source: aya::programs::SocketFilterError) -> Self impl core::error::Error for aya::programs::SocketFilterError pub fn aya::programs::SocketFilterError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::SocketFilterError -pub fn aya::programs::SocketFilterError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::SocketFilterError pub fn aya::programs::SocketFilterError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::SocketFilterError +pub fn aya::programs::SocketFilterError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::SocketFilterError impl core::marker::Sync for aya::programs::SocketFilterError impl core::marker::Unpin for aya::programs::SocketFilterError @@ -5963,10 +5963,10 @@ impl core::convert::From for aya::programs::ProgramE pub fn aya::programs::ProgramError::from(source: aya::programs::tc::TcError) -> Self impl core::error::Error for aya::programs::tc::TcError pub fn aya::programs::tc::TcError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::tc::TcError -pub fn aya::programs::tc::TcError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::tc::TcError pub fn aya::programs::tc::TcError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::tc::TcError +pub fn aya::programs::tc::TcError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::tc::TcError impl core::marker::Sync for aya::programs::tc::TcError impl core::marker::Unpin for aya::programs::tc::TcError @@ -5998,10 +5998,10 @@ impl core::convert::From for aya::p pub fn aya::programs::ProgramError::from(source: aya::programs::trace_point::TracePointError) -> Self impl core::error::Error for aya::programs::trace_point::TracePointError pub fn aya::programs::trace_point::TracePointError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::trace_point::TracePointError -pub fn aya::programs::trace_point::TracePointError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::trace_point::TracePointError pub fn aya::programs::trace_point::TracePointError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::trace_point::TracePointError +pub fn aya::programs::trace_point::TracePointError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::trace_point::TracePointError impl core::marker::Sync for aya::programs::trace_point::TracePointError impl core::marker::Unpin for aya::programs::trace_point::TracePointError @@ -6040,10 +6040,10 @@ impl core::convert::From for aya::programs:: pub fn aya::programs::ProgramError::from(source: aya::programs::uprobe::UProbeError) -> Self impl core::error::Error for aya::programs::uprobe::UProbeError pub fn aya::programs::uprobe::UProbeError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::uprobe::UProbeError -pub fn aya::programs::uprobe::UProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::uprobe::UProbeError pub fn aya::programs::uprobe::UProbeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::uprobe::UProbeError +pub fn aya::programs::uprobe::UProbeError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::uprobe::UProbeError impl core::marker::Sync for aya::programs::uprobe::UProbeError impl core::marker::Unpin for aya::programs::uprobe::UProbeError @@ -6074,10 +6074,10 @@ impl core::convert::From for aya::programs::Progra pub fn aya::programs::ProgramError::from(source: aya::programs::xdp::XdpError) -> Self impl core::error::Error for aya::programs::xdp::XdpError pub fn aya::programs::xdp::XdpError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::programs::xdp::XdpError -pub fn aya::programs::xdp::XdpError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::programs::xdp::XdpError pub fn aya::programs::xdp::XdpError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::programs::xdp::XdpError +pub fn aya::programs::xdp::XdpError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::xdp::XdpError impl core::marker::Sync for aya::programs::xdp::XdpError impl core::marker::Unpin for aya::programs::xdp::XdpError @@ -6118,6 +6118,8 @@ pub fn aya::programs::tp_btf::BtfTracePoint::pin core::result::Result<(), std::io::error::Error> impl aya::programs::tp_btf::BtfTracePoint pub fn aya::programs::tp_btf::BtfTracePoint::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::tp_btf::BtfTracePoint +pub fn aya::programs::tp_btf::BtfTracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::tp_btf::BtfTracePoint pub fn aya::programs::tp_btf::BtfTracePoint::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::tp_btf::BtfTracePoint @@ -6126,8 +6128,6 @@ pub fn &'a aya::programs::tp_btf::BtfTracePoint::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::tp_btf::BtfTracePoint pub type &'a mut aya::programs::tp_btf::BtfTracePoint::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::tp_btf::BtfTracePoint::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::tp_btf::BtfTracePoint, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::tp_btf::BtfTracePoint -pub fn aya::programs::tp_btf::BtfTracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::tp_btf::BtfTracePoint impl core::marker::Sync for aya::programs::tp_btf::BtfTracePoint impl core::marker::Unpin for aya::programs::tp_btf::BtfTracePoint @@ -6166,6 +6166,8 @@ pub fn aya::programs::cgroup_device::CgroupDevice::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_device::CgroupDevice pub fn aya::programs::cgroup_device::CgroupDevice::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_device::CgroupDevice +pub fn aya::programs::cgroup_device::CgroupDevice::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_device::CgroupDevice pub fn aya::programs::cgroup_device::CgroupDevice::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_device::CgroupDevice @@ -6174,8 +6176,6 @@ pub fn &'a aya::programs::cgroup_device::CgroupDevice::try_from(program: &'a aya impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_device::CgroupDevice pub type &'a mut aya::programs::cgroup_device::CgroupDevice::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_device::CgroupDevice::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_device::CgroupDevice, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_device::CgroupDevice -pub fn aya::programs::cgroup_device::CgroupDevice::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_device::CgroupDevice impl core::marker::Sync for aya::programs::cgroup_device::CgroupDevice impl core::marker::Unpin for aya::programs::cgroup_device::CgroupDevice @@ -6214,6 +6214,8 @@ pub fn aya::programs::cgroup_skb::CgroupSkb::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_skb::CgroupSkb pub fn aya::programs::cgroup_skb::CgroupSkb::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_skb::CgroupSkb +pub fn aya::programs::cgroup_skb::CgroupSkb::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_skb::CgroupSkb pub fn aya::programs::cgroup_skb::CgroupSkb::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_skb::CgroupSkb @@ -6222,8 +6224,6 @@ pub fn &'a aya::programs::cgroup_skb::CgroupSkb::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_skb::CgroupSkb pub type &'a mut aya::programs::cgroup_skb::CgroupSkb::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_skb::CgroupSkb::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_skb::CgroupSkb, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_skb::CgroupSkb -pub fn aya::programs::cgroup_skb::CgroupSkb::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_skb::CgroupSkb impl core::marker::Sync for aya::programs::cgroup_skb::CgroupSkb impl core::marker::Unpin for aya::programs::cgroup_skb::CgroupSkb @@ -6261,6 +6261,8 @@ pub fn aya::programs::cgroup_sock::CgroupSock::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sock::CgroupSock pub fn aya::programs::cgroup_sock::CgroupSock::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sock::CgroupSock +pub fn aya::programs::cgroup_sock::CgroupSock::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sock::CgroupSock pub fn aya::programs::cgroup_sock::CgroupSock::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sock::CgroupSock @@ -6269,8 +6271,6 @@ pub fn &'a aya::programs::cgroup_sock::CgroupSock::try_from(program: &'a aya::pr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sock::CgroupSock pub type &'a mut aya::programs::cgroup_sock::CgroupSock::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sock::CgroupSock::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sock::CgroupSock, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sock::CgroupSock -pub fn aya::programs::cgroup_sock::CgroupSock::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sock::CgroupSock impl core::marker::Sync for aya::programs::cgroup_sock::CgroupSock impl core::marker::Unpin for aya::programs::cgroup_sock::CgroupSock @@ -6308,6 +6308,8 @@ pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sock_addr::CgroupSockAddr pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sock_addr::CgroupSockAddr +pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sock_addr::CgroupSockAddr pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sock_addr::CgroupSockAddr @@ -6316,8 +6318,6 @@ pub fn &'a aya::programs::cgroup_sock_addr::CgroupSockAddr::try_from(program: &' impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr pub type &'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sock_addr::CgroupSockAddr, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sock_addr::CgroupSockAddr -pub fn aya::programs::cgroup_sock_addr::CgroupSockAddr::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sock_addr::CgroupSockAddr impl core::marker::Sync for aya::programs::cgroup_sock_addr::CgroupSockAddr impl core::marker::Unpin for aya::programs::cgroup_sock_addr::CgroupSockAddr @@ -6355,6 +6355,8 @@ pub fn aya::programs::cgroup_sockopt::CgroupSockopt::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sockopt::CgroupSockopt pub fn aya::programs::cgroup_sockopt::CgroupSockopt::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sockopt::CgroupSockopt +pub fn aya::programs::cgroup_sockopt::CgroupSockopt::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sockopt::CgroupSockopt pub fn aya::programs::cgroup_sockopt::CgroupSockopt::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sockopt::CgroupSockopt @@ -6363,8 +6365,6 @@ pub fn &'a aya::programs::cgroup_sockopt::CgroupSockopt::try_from(program: &'a a impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sockopt::CgroupSockopt pub type &'a mut aya::programs::cgroup_sockopt::CgroupSockopt::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sockopt::CgroupSockopt::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sockopt::CgroupSockopt, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sockopt::CgroupSockopt -pub fn aya::programs::cgroup_sockopt::CgroupSockopt::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sockopt::CgroupSockopt impl core::marker::Sync for aya::programs::cgroup_sockopt::CgroupSockopt impl core::marker::Unpin for aya::programs::cgroup_sockopt::CgroupSockopt @@ -6403,6 +6403,8 @@ pub fn aya::programs::cgroup_sysctl::CgroupSysctl::pin core::result::Result<(), std::io::error::Error> impl aya::programs::cgroup_sysctl::CgroupSysctl pub fn aya::programs::cgroup_sysctl::CgroupSysctl::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::cgroup_sysctl::CgroupSysctl +pub fn aya::programs::cgroup_sysctl::CgroupSysctl::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::cgroup_sysctl::CgroupSysctl pub fn aya::programs::cgroup_sysctl::CgroupSysctl::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::cgroup_sysctl::CgroupSysctl @@ -6411,8 +6413,6 @@ pub fn &'a aya::programs::cgroup_sysctl::CgroupSysctl::try_from(program: &'a aya impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::cgroup_sysctl::CgroupSysctl pub type &'a mut aya::programs::cgroup_sysctl::CgroupSysctl::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::cgroup_sysctl::CgroupSysctl::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::cgroup_sysctl::CgroupSysctl, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::cgroup_sysctl::CgroupSysctl -pub fn aya::programs::cgroup_sysctl::CgroupSysctl::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::cgroup_sysctl::CgroupSysctl impl core::marker::Sync for aya::programs::cgroup_sysctl::CgroupSysctl impl core::marker::Unpin for aya::programs::cgroup_sysctl::CgroupSysctl @@ -6452,6 +6452,8 @@ pub fn aya::programs::extension::Extension::pin core::result::Result<(), std::io::error::Error> impl aya::programs::extension::Extension pub fn aya::programs::extension::Extension::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::extension::Extension +pub fn aya::programs::extension::Extension::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::extension::Extension pub fn aya::programs::extension::Extension::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::extension::Extension @@ -6460,8 +6462,6 @@ pub fn &'a aya::programs::extension::Extension::try_from(program: &'a aya::progr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::extension::Extension pub type &'a mut aya::programs::extension::Extension::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::extension::Extension::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::extension::Extension, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::extension::Extension -pub fn aya::programs::extension::Extension::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::extension::Extension impl core::marker::Sync for aya::programs::extension::Extension impl core::marker::Unpin for aya::programs::extension::Extension @@ -6500,6 +6500,8 @@ pub fn aya::programs::fentry::FEntry::pin core::result::Result<(), std::io::error::Error> impl aya::programs::fentry::FEntry pub fn aya::programs::fentry::FEntry::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::fentry::FEntry +pub fn aya::programs::fentry::FEntry::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::fentry::FEntry pub fn aya::programs::fentry::FEntry::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::fentry::FEntry @@ -6508,8 +6510,6 @@ pub fn &'a aya::programs::fentry::FEntry::try_from(program: &'a aya::programs::P impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::fentry::FEntry pub type &'a mut aya::programs::fentry::FEntry::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::fentry::FEntry::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::fentry::FEntry, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::fentry::FEntry -pub fn aya::programs::fentry::FEntry::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::fentry::FEntry impl core::marker::Sync for aya::programs::fentry::FEntry impl core::marker::Unpin for aya::programs::fentry::FEntry @@ -6548,6 +6548,8 @@ pub fn aya::programs::fexit::FExit::pin pub fn aya::programs::fexit::FExit::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::fexit::FExit pub fn aya::programs::fexit::FExit::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::fexit::FExit +pub fn aya::programs::fexit::FExit::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::fexit::FExit pub fn aya::programs::fexit::FExit::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::fexit::FExit @@ -6556,8 +6558,6 @@ pub fn &'a aya::programs::fexit::FExit::try_from(program: &'a aya::programs::Pro impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::fexit::FExit pub type &'a mut aya::programs::fexit::FExit::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::fexit::FExit::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::fexit::FExit, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::fexit::FExit -pub fn aya::programs::fexit::FExit::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::fexit::FExit impl core::marker::Sync for aya::programs::fexit::FExit impl core::marker::Unpin for aya::programs::fexit::FExit @@ -6596,6 +6596,8 @@ pub fn aya::programs::kprobe::KProbe::pin core::result::Result<(), std::io::error::Error> impl aya::programs::kprobe::KProbe pub fn aya::programs::kprobe::KProbe::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::kprobe::KProbe +pub fn aya::programs::kprobe::KProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::kprobe::KProbe pub fn aya::programs::kprobe::KProbe::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::kprobe::KProbe @@ -6604,8 +6606,6 @@ pub fn &'a aya::programs::kprobe::KProbe::try_from(program: &'a aya::programs::P impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::kprobe::KProbe pub type &'a mut aya::programs::kprobe::KProbe::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::kprobe::KProbe::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::kprobe::KProbe, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::kprobe::KProbe -pub fn aya::programs::kprobe::KProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::kprobe::KProbe impl core::marker::Sync for aya::programs::kprobe::KProbe impl core::marker::Unpin for aya::programs::kprobe::KProbe @@ -6645,6 +6645,8 @@ pub fn aya::programs::lirc_mode2::LircMode2::pin core::result::Result<(), std::io::error::Error> impl aya::programs::lirc_mode2::LircMode2 pub fn aya::programs::lirc_mode2::LircMode2::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::lirc_mode2::LircMode2 +pub fn aya::programs::lirc_mode2::LircMode2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::lirc_mode2::LircMode2 pub fn aya::programs::lirc_mode2::LircMode2::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::lirc_mode2::LircMode2 @@ -6653,8 +6655,6 @@ pub fn &'a aya::programs::lirc_mode2::LircMode2::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::lirc_mode2::LircMode2 pub type &'a mut aya::programs::lirc_mode2::LircMode2::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::lirc_mode2::LircMode2::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::lirc_mode2::LircMode2, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::lirc_mode2::LircMode2 -pub fn aya::programs::lirc_mode2::LircMode2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::lirc_mode2::LircMode2 impl core::marker::Sync for aya::programs::lirc_mode2::LircMode2 impl core::marker::Unpin for aya::programs::lirc_mode2::LircMode2 @@ -6693,6 +6693,8 @@ pub fn aya::programs::lsm::Lsm::pin>(&m pub fn aya::programs::lsm::Lsm::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::lsm::Lsm pub fn aya::programs::lsm::Lsm::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::lsm::Lsm +pub fn aya::programs::lsm::Lsm::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::lsm::Lsm pub fn aya::programs::lsm::Lsm::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::lsm::Lsm @@ -6701,8 +6703,6 @@ pub fn &'a aya::programs::lsm::Lsm::try_from(program: &'a aya::programs::Program impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::lsm::Lsm pub type &'a mut aya::programs::lsm::Lsm::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::lsm::Lsm::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::lsm::Lsm, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::lsm::Lsm -pub fn aya::programs::lsm::Lsm::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::lsm::Lsm impl core::marker::Sync for aya::programs::lsm::Lsm impl core::marker::Unpin for aya::programs::lsm::Lsm @@ -6741,6 +6741,8 @@ pub fn aya::programs::perf_event::PerfEvent::pin core::result::Result<(), std::io::error::Error> impl aya::programs::perf_event::PerfEvent pub fn aya::programs::perf_event::PerfEvent::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::perf_event::PerfEvent +pub fn aya::programs::perf_event::PerfEvent::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::perf_event::PerfEvent pub fn aya::programs::perf_event::PerfEvent::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::perf_event::PerfEvent @@ -6749,8 +6751,6 @@ pub fn &'a aya::programs::perf_event::PerfEvent::try_from(program: &'a aya::prog impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::perf_event::PerfEvent pub type &'a mut aya::programs::perf_event::PerfEvent::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::perf_event::PerfEvent::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::perf_event::PerfEvent, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::perf_event::PerfEvent -pub fn aya::programs::perf_event::PerfEvent::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::perf_event::PerfEvent impl core::marker::Sync for aya::programs::perf_event::PerfEvent impl core::marker::Unpin for aya::programs::perf_event::PerfEvent @@ -6775,10 +6775,10 @@ pub fn aya::programs::perf_event::PerfEvent::from(t: T) -> T pub struct aya::programs::ProgramFd(_) impl aya::programs::ProgramFd pub fn aya::programs::ProgramFd::try_clone(&self) -> std::io::error::Result -impl std::os::fd::owned::AsFd for aya::programs::ProgramFd -pub fn aya::programs::ProgramFd::as_fd(&self) -> std::os::fd::owned::BorrowedFd<'_> impl core::fmt::Debug for aya::programs::ProgramFd pub fn aya::programs::ProgramFd::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl std::os::fd::owned::AsFd for aya::programs::ProgramFd +pub fn aya::programs::ProgramFd::as_fd(&self) -> std::os::fd::owned::BorrowedFd<'_> impl core::marker::Send for aya::programs::ProgramFd impl core::marker::Sync for aya::programs::ProgramFd impl core::marker::Unpin for aya::programs::ProgramFd @@ -6857,6 +6857,8 @@ pub fn aya::programs::RawTracePoint::pin core::result::Result<(), std::io::error::Error> impl aya::programs::RawTracePoint pub fn aya::programs::RawTracePoint::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::RawTracePoint +pub fn aya::programs::RawTracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::RawTracePoint pub fn aya::programs::RawTracePoint::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::RawTracePoint @@ -6865,8 +6867,6 @@ pub fn &'a aya::programs::RawTracePoint::try_from(program: &'a aya::programs::Pr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::RawTracePoint pub type &'a mut aya::programs::RawTracePoint::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::RawTracePoint::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::RawTracePoint, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::RawTracePoint -pub fn aya::programs::RawTracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::RawTracePoint impl core::marker::Sync for aya::programs::RawTracePoint impl core::marker::Unpin for aya::programs::RawTracePoint @@ -6905,6 +6905,8 @@ pub fn aya::programs::tc::SchedClassifier::pin core::result::Result<(), std::io::error::Error> impl aya::programs::tc::SchedClassifier pub fn aya::programs::tc::SchedClassifier::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::tc::SchedClassifier +pub fn aya::programs::tc::SchedClassifier::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::tc::SchedClassifier pub fn aya::programs::tc::SchedClassifier::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::tc::SchedClassifier @@ -6913,8 +6915,6 @@ pub fn &'a aya::programs::tc::SchedClassifier::try_from(program: &'a aya::progra impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::tc::SchedClassifier pub type &'a mut aya::programs::tc::SchedClassifier::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::tc::SchedClassifier::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::tc::SchedClassifier, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::tc::SchedClassifier -pub fn aya::programs::tc::SchedClassifier::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::tc::SchedClassifier impl core::marker::Sync for aya::programs::tc::SchedClassifier impl core::marker::Unpin for aya::programs::tc::SchedClassifier @@ -6953,6 +6953,8 @@ pub fn aya::programs::SkLookup::pin>(&m pub fn aya::programs::SkLookup::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::SkLookup pub fn aya::programs::SkLookup::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::SkLookup +pub fn aya::programs::SkLookup::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::SkLookup pub fn aya::programs::SkLookup::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::SkLookup @@ -6961,8 +6963,6 @@ pub fn &'a aya::programs::SkLookup::try_from(program: &'a aya::programs::Program impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::SkLookup pub type &'a mut aya::programs::SkLookup::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::SkLookup::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::SkLookup, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::SkLookup -pub fn aya::programs::SkLookup::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::SkLookup impl core::marker::Sync for aya::programs::SkLookup impl core::marker::Unpin for aya::programs::SkLookup @@ -7001,6 +7001,8 @@ pub fn aya::programs::SkMsg::pin>(&mut pub fn aya::programs::SkMsg::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::SkMsg pub fn aya::programs::SkMsg::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::SkMsg +pub fn aya::programs::SkMsg::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::SkMsg pub fn aya::programs::SkMsg::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::SkMsg @@ -7009,8 +7011,6 @@ pub fn &'a aya::programs::SkMsg::try_from(program: &'a aya::programs::Program) - impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::SkMsg pub type &'a mut aya::programs::SkMsg::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::SkMsg::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::SkMsg, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::SkMsg -pub fn aya::programs::SkMsg::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::SkMsg impl core::marker::Sync for aya::programs::SkMsg impl core::marker::Unpin for aya::programs::SkMsg @@ -7048,6 +7048,8 @@ pub fn aya::programs::SkSkb::pin>(&mut pub fn aya::programs::SkSkb::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::SkSkb pub fn aya::programs::SkSkb::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::SkSkb +pub fn aya::programs::SkSkb::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::SkSkb pub fn aya::programs::SkSkb::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::SkSkb @@ -7056,8 +7058,6 @@ pub fn &'a aya::programs::SkSkb::try_from(program: &'a aya::programs::Program) - impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::SkSkb pub type &'a mut aya::programs::SkSkb::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::SkSkb::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::SkSkb, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::SkSkb -pub fn aya::programs::SkSkb::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::SkSkb impl core::marker::Sync for aya::programs::SkSkb impl core::marker::Unpin for aya::programs::SkSkb @@ -7096,6 +7096,8 @@ pub fn aya::programs::SockOps::pin>(&mu pub fn aya::programs::SockOps::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::SockOps pub fn aya::programs::SockOps::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::SockOps +pub fn aya::programs::SockOps::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::SockOps pub fn aya::programs::SockOps::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::SockOps @@ -7104,8 +7106,6 @@ pub fn &'a aya::programs::SockOps::try_from(program: &'a aya::programs::Program) impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::SockOps pub type &'a mut aya::programs::SockOps::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::SockOps::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::SockOps, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::SockOps -pub fn aya::programs::SockOps::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::SockOps impl core::marker::Sync for aya::programs::SockOps impl core::marker::Unpin for aya::programs::SockOps @@ -7144,6 +7144,8 @@ pub fn aya::programs::SocketFilter::pin pub fn aya::programs::SocketFilter::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::SocketFilter pub fn aya::programs::SocketFilter::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::SocketFilter +pub fn aya::programs::SocketFilter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::SocketFilter pub fn aya::programs::SocketFilter::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::SocketFilter @@ -7152,8 +7154,6 @@ pub fn &'a aya::programs::SocketFilter::try_from(program: &'a aya::programs::Pro impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::SocketFilter pub type &'a mut aya::programs::SocketFilter::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::SocketFilter::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::SocketFilter, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::SocketFilter -pub fn aya::programs::SocketFilter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::SocketFilter impl core::marker::Sync for aya::programs::SocketFilter impl core::marker::Unpin for aya::programs::SocketFilter @@ -7192,6 +7192,8 @@ pub fn aya::programs::trace_point::TracePoint::pin core::result::Result<(), std::io::error::Error> impl aya::programs::trace_point::TracePoint pub fn aya::programs::trace_point::TracePoint::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::trace_point::TracePoint +pub fn aya::programs::trace_point::TracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::trace_point::TracePoint pub fn aya::programs::trace_point::TracePoint::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::trace_point::TracePoint @@ -7200,8 +7202,6 @@ pub fn &'a aya::programs::trace_point::TracePoint::try_from(program: &'a aya::pr impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::trace_point::TracePoint pub type &'a mut aya::programs::trace_point::TracePoint::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::trace_point::TracePoint::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::trace_point::TracePoint, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::trace_point::TracePoint -pub fn aya::programs::trace_point::TracePoint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::trace_point::TracePoint impl core::marker::Sync for aya::programs::trace_point::TracePoint impl core::marker::Unpin for aya::programs::trace_point::TracePoint @@ -7240,6 +7240,8 @@ pub fn aya::programs::uprobe::UProbe::pin core::result::Result<(), std::io::error::Error> impl aya::programs::uprobe::UProbe pub fn aya::programs::uprobe::UProbe::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::uprobe::UProbe +pub fn aya::programs::uprobe::UProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::uprobe::UProbe pub fn aya::programs::uprobe::UProbe::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::uprobe::UProbe @@ -7248,8 +7250,6 @@ pub fn &'a aya::programs::uprobe::UProbe::try_from(program: &'a aya::programs::P impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::uprobe::UProbe pub type &'a mut aya::programs::uprobe::UProbe::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::uprobe::UProbe::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::uprobe::UProbe, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::uprobe::UProbe -pub fn aya::programs::uprobe::UProbe::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::uprobe::UProbe impl core::marker::Sync for aya::programs::uprobe::UProbe impl core::marker::Unpin for aya::programs::uprobe::UProbe @@ -7289,6 +7289,8 @@ pub fn aya::programs::xdp::Xdp::pin>(&m pub fn aya::programs::xdp::Xdp::unpin(self) -> core::result::Result<(), std::io::error::Error> impl aya::programs::xdp::Xdp pub fn aya::programs::xdp::Xdp::unload(&mut self) -> core::result::Result<(), aya::programs::ProgramError> +impl core::fmt::Debug for aya::programs::xdp::Xdp +pub fn aya::programs::xdp::Xdp::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::ops::drop::Drop for aya::programs::xdp::Xdp pub fn aya::programs::xdp::Xdp::drop(&mut self) impl<'a> core::convert::TryFrom<&'a aya::programs::Program> for &'a aya::programs::xdp::Xdp @@ -7297,8 +7299,6 @@ pub fn &'a aya::programs::xdp::Xdp::try_from(program: &'a aya::programs::Program impl<'a> core::convert::TryFrom<&'a mut aya::programs::Program> for &'a mut aya::programs::xdp::Xdp pub type &'a mut aya::programs::xdp::Xdp::Error = aya::programs::ProgramError pub fn &'a mut aya::programs::xdp::Xdp::try_from(program: &'a mut aya::programs::Program) -> core::result::Result<&'a mut aya::programs::xdp::Xdp, aya::programs::ProgramError> -impl core::fmt::Debug for aya::programs::xdp::Xdp -pub fn aya::programs::xdp::Xdp::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::programs::xdp::Xdp impl core::marker::Sync for aya::programs::xdp::Xdp impl core::marker::Unpin for aya::programs::xdp::Xdp @@ -7359,8 +7359,14 @@ pub fn aya::programs::xdp::XdpFlags::from_bits_retain(bits: u32) -> aya::program impl bitflags::traits::PublicFlags for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::Internal = InternalBitFlags pub type aya::programs::xdp::XdpFlags::Primitive = u32 +impl core::clone::Clone for aya::programs::xdp::XdpFlags +pub fn aya::programs::xdp::XdpFlags::clone(&self) -> aya::programs::xdp::XdpFlags +impl core::default::Default for aya::programs::xdp::XdpFlags +pub fn aya::programs::xdp::XdpFlags::default() -> aya::programs::xdp::XdpFlags impl core::fmt::Binary for aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Debug for aya::programs::xdp::XdpFlags +pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::LowerHex for aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Octal for aya::programs::xdp::XdpFlags @@ -7375,6 +7381,7 @@ impl core::iter::traits::collect::IntoIterator for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::IntoIter = bitflags::iter::Iter pub type aya::programs::xdp::XdpFlags::Item = aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::into_iter(self) -> Self::IntoIter +impl core::marker::Copy for aya::programs::xdp::XdpFlags impl core::ops::arith::Sub for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::Output = aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::sub(self, other: Self) -> Self @@ -7398,13 +7405,6 @@ pub fn aya::programs::xdp::XdpFlags::bitxor_assign(&mut self, other: Self) impl core::ops::bit::Not for aya::programs::xdp::XdpFlags pub type aya::programs::xdp::XdpFlags::Output = aya::programs::xdp::XdpFlags pub fn aya::programs::xdp::XdpFlags::not(self) -> Self -impl core::clone::Clone for aya::programs::xdp::XdpFlags -pub fn aya::programs::xdp::XdpFlags::clone(&self) -> aya::programs::xdp::XdpFlags -impl core::default::Default for aya::programs::xdp::XdpFlags -pub fn aya::programs::xdp::XdpFlags::default() -> aya::programs::xdp::XdpFlags -impl core::fmt::Debug for aya::programs::xdp::XdpFlags -pub fn aya::programs::xdp::XdpFlags::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result -impl core::marker::Copy for aya::programs::xdp::XdpFlags impl core::marker::Send for aya::programs::xdp::XdpFlags impl core::marker::Sync for aya::programs::xdp::XdpFlags impl core::marker::Unpin for aya::programs::xdp::XdpFlags @@ -7594,10 +7594,10 @@ impl core::convert::From for aya::BpfEr pub fn aya::BpfError::from(source: aya_obj::relocation::BpfRelocationError) -> Self impl core::error::Error for aya::BpfError pub fn aya::BpfError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)> -impl core::fmt::Display for aya::BpfError -pub fn aya::BpfError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Debug for aya::BpfError pub fn aya::BpfError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Display for aya::BpfError +pub fn aya::BpfError::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya::BpfError impl core::marker::Sync for aya::BpfError impl core::marker::Unpin for aya::BpfError @@ -7758,10 +7758,14 @@ pub fn aya::VerifierLogLevel::from_bits_retain(bits: u32) -> aya::VerifierLogLev impl bitflags::traits::PublicFlags for aya::VerifierLogLevel pub type aya::VerifierLogLevel::Internal = InternalBitFlags pub type aya::VerifierLogLevel::Primitive = u32 +impl core::clone::Clone for aya::VerifierLogLevel +pub fn aya::VerifierLogLevel::clone(&self) -> aya::VerifierLogLevel impl core::default::Default for aya::VerifierLogLevel pub fn aya::VerifierLogLevel::default() -> Self impl core::fmt::Binary for aya::VerifierLogLevel pub fn aya::VerifierLogLevel::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result +impl core::fmt::Debug for aya::VerifierLogLevel +pub fn aya::VerifierLogLevel::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::LowerHex for aya::VerifierLogLevel pub fn aya::VerifierLogLevel::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Octal for aya::VerifierLogLevel @@ -7776,6 +7780,7 @@ impl core::iter::traits::collect::IntoIterator for aya::VerifierLogLevel pub type aya::VerifierLogLevel::IntoIter = bitflags::iter::Iter pub type aya::VerifierLogLevel::Item = aya::VerifierLogLevel pub fn aya::VerifierLogLevel::into_iter(self) -> Self::IntoIter +impl core::marker::Copy for aya::VerifierLogLevel impl core::ops::arith::Sub for aya::VerifierLogLevel pub type aya::VerifierLogLevel::Output = aya::VerifierLogLevel pub fn aya::VerifierLogLevel::sub(self, other: Self) -> Self @@ -7799,11 +7804,6 @@ pub fn aya::VerifierLogLevel::bitxor_assign(&mut self, other: Self) impl core::ops::bit::Not for aya::VerifierLogLevel pub type aya::VerifierLogLevel::Output = aya::VerifierLogLevel pub fn aya::VerifierLogLevel::not(self) -> Self -impl core::clone::Clone for aya::VerifierLogLevel -pub fn aya::VerifierLogLevel::clone(&self) -> aya::VerifierLogLevel -impl core::fmt::Debug for aya::VerifierLogLevel -pub fn aya::VerifierLogLevel::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result -impl core::marker::Copy for aya::VerifierLogLevel impl core::marker::Send for aya::VerifierLogLevel impl core::marker::Sync for aya::VerifierLogLevel impl core::marker::Unpin for aya::VerifierLogLevel