pub mod aya_obj pub mod aya_obj::btf pub enum aya_obj::btf::BtfError pub aya_obj::btf::BtfError::FileError pub aya_obj::btf::BtfError::FileError::error: std::io::error::Error pub aya_obj::btf::BtfError::FileError::path: std::path::PathBuf pub aya_obj::btf::BtfError::InvalidDatasec pub aya_obj::btf::BtfError::InvalidHeader pub aya_obj::btf::BtfError::InvalidInfo pub aya_obj::btf::BtfError::InvalidInfo::len: usize pub aya_obj::btf::BtfError::InvalidInfo::offset: usize pub aya_obj::btf::BtfError::InvalidInfo::section_len: usize pub aya_obj::btf::BtfError::InvalidLineInfo pub aya_obj::btf::BtfError::InvalidLineInfo::len: usize pub aya_obj::btf::BtfError::InvalidLineInfo::offset: usize pub aya_obj::btf::BtfError::InvalidLineInfo::section_len: usize pub aya_obj::btf::BtfError::InvalidRelocationInfo pub aya_obj::btf::BtfError::InvalidRelocationKind pub aya_obj::btf::BtfError::InvalidRelocationKind::kind: u32 pub aya_obj::btf::BtfError::InvalidStringOffset pub aya_obj::btf::BtfError::InvalidStringOffset::offset: usize pub aya_obj::btf::BtfError::InvalidSymbolName pub aya_obj::btf::BtfError::InvalidTypeInfo pub aya_obj::btf::BtfError::InvalidTypeKind pub aya_obj::btf::BtfError::InvalidTypeKind::kind: u32 pub aya_obj::btf::BtfError::LoadError pub aya_obj::btf::BtfError::LoadError::io_error: std::io::error::Error pub aya_obj::btf::BtfError::LoadError::verifier_log: aya_obj::VerifierLog pub aya_obj::btf::BtfError::MaximumTypeDepthReached pub aya_obj::btf::BtfError::MaximumTypeDepthReached::type_id: u32 pub aya_obj::btf::BtfError::SymbolOffsetNotFound pub aya_obj::btf::BtfError::SymbolOffsetNotFound::symbol_name: alloc::string::String pub aya_obj::btf::BtfError::UnexpectedBtfType pub aya_obj::btf::BtfError::UnexpectedBtfType::type_id: u32 pub aya_obj::btf::BtfError::UnknownBtfType pub aya_obj::btf::BtfError::UnknownBtfType::type_id: u32 pub aya_obj::btf::BtfError::UnknownBtfTypeName pub aya_obj::btf::BtfError::UnknownBtfTypeName::type_name: alloc::string::String pub aya_obj::btf::BtfError::UnknownSectionSize pub aya_obj::btf::BtfError::UnknownSectionSize::section_name: alloc::string::String 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::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 impl !core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfError impl !core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfError impl core::any::Provider for aya_obj::btf::BtfError where E: core::error::Error + core::marker::Sized pub fn aya_obj::btf::BtfError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::btf::BtfError where U: core::convert::From pub fn aya_obj::btf::BtfError::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfError where U: core::convert::Into pub type aya_obj::btf::BtfError::Error = core::convert::Infallible pub fn aya_obj::btf::BtfError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfError where U: core::convert::TryFrom pub type aya_obj::btf::BtfError::Error = >::Error pub fn aya_obj::btf::BtfError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::btf::BtfError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::btf::BtfError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::btf::BtfError where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfError where T: core::marker::Sized pub fn aya_obj::btf::BtfError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfError where T: core::marker::Sized pub fn aya_obj::btf::BtfError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfError pub fn aya_obj::btf::BtfError::from(t: T) -> T #[repr(u32)] pub enum aya_obj::btf::BtfKind pub aya_obj::btf::BtfKind::Array = 3 pub aya_obj::btf::BtfKind::Const = 10 pub aya_obj::btf::BtfKind::DataSec = 15 pub aya_obj::btf::BtfKind::DeclTag = 17 pub aya_obj::btf::BtfKind::Enum = 6 pub aya_obj::btf::BtfKind::Enum64 = 19 pub aya_obj::btf::BtfKind::Float = 16 pub aya_obj::btf::BtfKind::Func = 12 pub aya_obj::btf::BtfKind::FuncProto = 13 pub aya_obj::btf::BtfKind::Fwd = 7 pub aya_obj::btf::BtfKind::Int = 1 pub aya_obj::btf::BtfKind::Ptr = 2 pub aya_obj::btf::BtfKind::Restrict = 11 pub aya_obj::btf::BtfKind::Struct = 4 pub aya_obj::btf::BtfKind::TypeTag = 18 pub aya_obj::btf::BtfKind::Typedef = 8 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::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::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 impl core::marker::Send for aya_obj::btf::BtfKind impl core::marker::Sync for aya_obj::btf::BtfKind impl core::marker::Unpin for aya_obj::btf::BtfKind impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfKind impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfKind impl core::convert::Into for aya_obj::btf::BtfKind where U: core::convert::From pub fn aya_obj::btf::BtfKind::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfKind where U: core::convert::Into pub type aya_obj::btf::BtfKind::Error = core::convert::Infallible pub fn aya_obj::btf::BtfKind::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfKind where U: core::convert::TryFrom pub type aya_obj::btf::BtfKind::Error = >::Error pub fn aya_obj::btf::BtfKind::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::BtfKind where T: core::clone::Clone pub type aya_obj::btf::BtfKind::Owned = T pub fn aya_obj::btf::BtfKind::clone_into(&self, target: &mut T) pub fn aya_obj::btf::BtfKind::to_owned(&self) -> T impl alloc::string::ToString for aya_obj::btf::BtfKind where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::btf::BtfKind::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::btf::BtfKind where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfKind::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfKind where T: core::marker::Sized pub fn aya_obj::btf::BtfKind::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfKind where T: core::marker::Sized pub fn aya_obj::btf::BtfKind::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfKind pub fn aya_obj::btf::BtfKind::from(t: T) -> T pub enum aya_obj::btf::BtfType pub aya_obj::btf::BtfType::Array(aya_obj::btf::Array) pub aya_obj::btf::BtfType::Const(aya_obj::btf::Const) pub aya_obj::btf::BtfType::DataSec(aya_obj::btf::DataSec) pub aya_obj::btf::BtfType::DeclTag(aya_obj::btf::DeclTag) pub aya_obj::btf::BtfType::Enum(aya_obj::btf::Enum) pub aya_obj::btf::BtfType::Enum64(aya_obj::btf::Enum64) pub aya_obj::btf::BtfType::Float(aya_obj::btf::Float) pub aya_obj::btf::BtfType::Func(aya_obj::btf::Func) pub aya_obj::btf::BtfType::FuncProto(aya_obj::btf::FuncProto) pub aya_obj::btf::BtfType::Fwd(aya_obj::btf::Fwd) pub aya_obj::btf::BtfType::Int(aya_obj::btf::Int) pub aya_obj::btf::BtfType::Ptr(aya_obj::btf::Ptr) pub aya_obj::btf::BtfType::Restrict(aya_obj::btf::Restrict) pub aya_obj::btf::BtfType::Struct(aya_obj::btf::Struct) pub aya_obj::btf::BtfType::TypeTag(aya_obj::btf::TypeTag) pub aya_obj::btf::BtfType::Typedef(aya_obj::btf::Typedef) pub aya_obj::btf::BtfType::Union(aya_obj::btf::Union) pub aya_obj::btf::BtfType::Unknown pub aya_obj::btf::BtfType::Var(aya_obj::btf::Var) pub aya_obj::btf::BtfType::Volatile(aya_obj::btf::Volatile) impl core::clone::Clone for aya_obj::btf::BtfType pub fn aya_obj::btf::BtfType::clone(&self) -> aya_obj::btf::BtfType impl core::fmt::Debug for aya_obj::btf::BtfType pub fn aya_obj::btf::BtfType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfType impl core::marker::Sync for aya_obj::btf::BtfType impl core::marker::Unpin for aya_obj::btf::BtfType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfType impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfType impl core::convert::Into for aya_obj::btf::BtfType where U: core::convert::From pub fn aya_obj::btf::BtfType::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfType where U: core::convert::Into pub type aya_obj::btf::BtfType::Error = core::convert::Infallible pub fn aya_obj::btf::BtfType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfType where U: core::convert::TryFrom pub type aya_obj::btf::BtfType::Error = >::Error pub fn aya_obj::btf::BtfType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::BtfType where T: core::clone::Clone pub type aya_obj::btf::BtfType::Owned = T pub fn aya_obj::btf::BtfType::clone_into(&self, target: &mut T) pub fn aya_obj::btf::BtfType::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::BtfType where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfType where T: core::marker::Sized pub fn aya_obj::btf::BtfType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfType where T: core::marker::Sized pub fn aya_obj::btf::BtfType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfType pub fn aya_obj::btf::BtfType::from(t: T) -> T #[repr(u32)] pub enum aya_obj::btf::FuncLinkage 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::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 impl core::marker::StructuralPartialEq for aya_obj::btf::FuncLinkage impl core::marker::Send for aya_obj::btf::FuncLinkage impl core::marker::Sync for aya_obj::btf::FuncLinkage impl core::marker::Unpin for aya_obj::btf::FuncLinkage impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::FuncLinkage impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::FuncLinkage impl core::convert::Into for aya_obj::btf::FuncLinkage where U: core::convert::From pub fn aya_obj::btf::FuncLinkage::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::FuncLinkage where U: core::convert::Into pub type aya_obj::btf::FuncLinkage::Error = core::convert::Infallible pub fn aya_obj::btf::FuncLinkage::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::FuncLinkage where U: core::convert::TryFrom pub type aya_obj::btf::FuncLinkage::Error = >::Error pub fn aya_obj::btf::FuncLinkage::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::FuncLinkage where T: core::clone::Clone pub type aya_obj::btf::FuncLinkage::Owned = T pub fn aya_obj::btf::FuncLinkage::clone_into(&self, target: &mut T) pub fn aya_obj::btf::FuncLinkage::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::FuncLinkage where T: 'static + core::marker::Sized pub fn aya_obj::btf::FuncLinkage::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::FuncLinkage where T: core::marker::Sized pub fn aya_obj::btf::FuncLinkage::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::FuncLinkage where T: core::marker::Sized pub fn aya_obj::btf::FuncLinkage::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::FuncLinkage pub fn aya_obj::btf::FuncLinkage::from(t: T) -> T #[repr(u32)] pub enum aya_obj::btf::IntEncoding pub aya_obj::btf::IntEncoding::Bool = 4 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::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 impl core::marker::StructuralPartialEq for aya_obj::btf::IntEncoding impl core::marker::Send for aya_obj::btf::IntEncoding impl core::marker::Sync for aya_obj::btf::IntEncoding impl core::marker::Unpin for aya_obj::btf::IntEncoding impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::IntEncoding impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::IntEncoding impl core::convert::Into for aya_obj::btf::IntEncoding where U: core::convert::From pub fn aya_obj::btf::IntEncoding::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::IntEncoding where U: core::convert::Into pub type aya_obj::btf::IntEncoding::Error = core::convert::Infallible pub fn aya_obj::btf::IntEncoding::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::IntEncoding where U: core::convert::TryFrom pub type aya_obj::btf::IntEncoding::Error = >::Error pub fn aya_obj::btf::IntEncoding::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::IntEncoding where T: core::clone::Clone pub type aya_obj::btf::IntEncoding::Owned = T pub fn aya_obj::btf::IntEncoding::clone_into(&self, target: &mut T) pub fn aya_obj::btf::IntEncoding::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::IntEncoding where T: 'static + core::marker::Sized pub fn aya_obj::btf::IntEncoding::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::IntEncoding where T: core::marker::Sized pub fn aya_obj::btf::IntEncoding::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::IntEncoding where T: core::marker::Sized pub fn aya_obj::btf::IntEncoding::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::IntEncoding pub fn aya_obj::btf::IntEncoding::from(t: T) -> T #[repr(u32)] pub enum aya_obj::btf::VarLinkage 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::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 impl core::marker::StructuralPartialEq for aya_obj::btf::VarLinkage impl core::marker::Send for aya_obj::btf::VarLinkage impl core::marker::Sync for aya_obj::btf::VarLinkage impl core::marker::Unpin for aya_obj::btf::VarLinkage impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::VarLinkage impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::VarLinkage impl core::convert::Into for aya_obj::btf::VarLinkage where U: core::convert::From pub fn aya_obj::btf::VarLinkage::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::VarLinkage where U: core::convert::Into pub type aya_obj::btf::VarLinkage::Error = core::convert::Infallible pub fn aya_obj::btf::VarLinkage::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::VarLinkage where U: core::convert::TryFrom pub type aya_obj::btf::VarLinkage::Error = >::Error pub fn aya_obj::btf::VarLinkage::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::VarLinkage where T: core::clone::Clone pub type aya_obj::btf::VarLinkage::Owned = T pub fn aya_obj::btf::VarLinkage::clone_into(&self, target: &mut T) pub fn aya_obj::btf::VarLinkage::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::VarLinkage where T: 'static + core::marker::Sized pub fn aya_obj::btf::VarLinkage::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::VarLinkage where T: core::marker::Sized pub fn aya_obj::btf::VarLinkage::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::VarLinkage where T: core::marker::Sized pub fn aya_obj::btf::VarLinkage::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::VarLinkage pub fn aya_obj::btf::VarLinkage::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Array impl core::clone::Clone for aya_obj::btf::Array pub fn aya_obj::btf::Array::clone(&self) -> aya_obj::btf::Array impl core::fmt::Debug for aya_obj::btf::Array pub fn aya_obj::btf::Array::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Array impl core::marker::Sync for aya_obj::btf::Array impl core::marker::Unpin for aya_obj::btf::Array impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Array impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Array impl core::convert::Into for aya_obj::btf::Array where U: core::convert::From pub fn aya_obj::btf::Array::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Array where U: core::convert::Into pub type aya_obj::btf::Array::Error = core::convert::Infallible pub fn aya_obj::btf::Array::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Array where U: core::convert::TryFrom pub type aya_obj::btf::Array::Error = >::Error pub fn aya_obj::btf::Array::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Array where T: core::clone::Clone pub type aya_obj::btf::Array::Owned = T pub fn aya_obj::btf::Array::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Array::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Array where T: 'static + core::marker::Sized pub fn aya_obj::btf::Array::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Array where T: core::marker::Sized pub fn aya_obj::btf::Array::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Array where T: core::marker::Sized pub fn aya_obj::btf::Array::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Array pub fn aya_obj::btf::Array::from(t: T) -> T pub struct aya_obj::btf::Btf impl aya_obj::btf::Btf pub fn aya_obj::btf::Btf::add_string(&mut self, name: &str) -> u32 pub fn aya_obj::btf::Btf::add_type(&mut self, btf_type: aya_obj::btf::BtfType) -> u32 pub fn aya_obj::btf::Btf::from_sys_fs() -> core::result::Result pub fn aya_obj::btf::Btf::id_by_type_name_kind(&self, name: &str, kind: aya_obj::btf::BtfKind) -> core::result::Result 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::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 impl core::marker::Sync for aya_obj::btf::Btf impl core::marker::Unpin for aya_obj::btf::Btf impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Btf impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Btf impl core::convert::Into for aya_obj::btf::Btf where U: core::convert::From pub fn aya_obj::btf::Btf::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Btf where U: core::convert::Into pub type aya_obj::btf::Btf::Error = core::convert::Infallible pub fn aya_obj::btf::Btf::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Btf where U: core::convert::TryFrom pub type aya_obj::btf::Btf::Error = >::Error pub fn aya_obj::btf::Btf::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Btf where T: core::clone::Clone pub type aya_obj::btf::Btf::Owned = T pub fn aya_obj::btf::Btf::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Btf::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Btf where T: 'static + core::marker::Sized pub fn aya_obj::btf::Btf::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Btf where T: core::marker::Sized pub fn aya_obj::btf::Btf::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Btf where T: core::marker::Sized pub fn aya_obj::btf::Btf::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Btf pub fn aya_obj::btf::Btf::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::BtfEnum pub aya_obj::btf::BtfEnum::name_offset: u32 pub aya_obj::btf::BtfEnum::value: u32 impl core::clone::Clone for aya_obj::btf::BtfEnum pub fn aya_obj::btf::BtfEnum::clone(&self) -> aya_obj::btf::BtfEnum impl core::fmt::Debug for aya_obj::btf::BtfEnum pub fn aya_obj::btf::BtfEnum::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfEnum impl core::marker::Sync for aya_obj::btf::BtfEnum impl core::marker::Unpin for aya_obj::btf::BtfEnum impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfEnum impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfEnum impl core::convert::Into for aya_obj::btf::BtfEnum where U: core::convert::From pub fn aya_obj::btf::BtfEnum::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfEnum where U: core::convert::Into pub type aya_obj::btf::BtfEnum::Error = core::convert::Infallible pub fn aya_obj::btf::BtfEnum::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfEnum where U: core::convert::TryFrom pub type aya_obj::btf::BtfEnum::Error = >::Error pub fn aya_obj::btf::BtfEnum::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::BtfEnum where T: core::clone::Clone pub type aya_obj::btf::BtfEnum::Owned = T pub fn aya_obj::btf::BtfEnum::clone_into(&self, target: &mut T) pub fn aya_obj::btf::BtfEnum::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::BtfEnum where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfEnum::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfEnum where T: core::marker::Sized pub fn aya_obj::btf::BtfEnum::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfEnum where T: core::marker::Sized pub fn aya_obj::btf::BtfEnum::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfEnum pub fn aya_obj::btf::BtfEnum::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::BtfEnum64 impl core::clone::Clone for aya_obj::btf::BtfEnum64 pub fn aya_obj::btf::BtfEnum64::clone(&self) -> aya_obj::btf::BtfEnum64 impl core::fmt::Debug for aya_obj::btf::BtfEnum64 pub fn aya_obj::btf::BtfEnum64::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfEnum64 impl core::marker::Sync for aya_obj::btf::BtfEnum64 impl core::marker::Unpin for aya_obj::btf::BtfEnum64 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfEnum64 impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfEnum64 impl core::convert::Into for aya_obj::btf::BtfEnum64 where U: core::convert::From pub fn aya_obj::btf::BtfEnum64::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfEnum64 where U: core::convert::Into pub type aya_obj::btf::BtfEnum64::Error = core::convert::Infallible pub fn aya_obj::btf::BtfEnum64::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfEnum64 where U: core::convert::TryFrom pub type aya_obj::btf::BtfEnum64::Error = >::Error pub fn aya_obj::btf::BtfEnum64::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::BtfEnum64 where T: core::clone::Clone pub type aya_obj::btf::BtfEnum64::Owned = T pub fn aya_obj::btf::BtfEnum64::clone_into(&self, target: &mut T) pub fn aya_obj::btf::BtfEnum64::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::BtfEnum64 where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfEnum64::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfEnum64 where T: core::marker::Sized pub fn aya_obj::btf::BtfEnum64::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfEnum64 where T: core::marker::Sized pub fn aya_obj::btf::BtfEnum64::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfEnum64 pub fn aya_obj::btf::BtfEnum64::from(t: T) -> T pub struct aya_obj::btf::BtfExt impl core::clone::Clone for aya_obj::btf::BtfExt pub fn aya_obj::btf::BtfExt::clone(&self) -> aya_obj::btf::BtfExt impl core::fmt::Debug for aya_obj::btf::BtfExt pub fn aya_obj::btf::BtfExt::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfExt impl core::marker::Sync for aya_obj::btf::BtfExt impl core::marker::Unpin for aya_obj::btf::BtfExt impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfExt impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfExt impl core::convert::Into for aya_obj::btf::BtfExt where U: core::convert::From pub fn aya_obj::btf::BtfExt::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfExt where U: core::convert::Into pub type aya_obj::btf::BtfExt::Error = core::convert::Infallible pub fn aya_obj::btf::BtfExt::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfExt where U: core::convert::TryFrom pub type aya_obj::btf::BtfExt::Error = >::Error pub fn aya_obj::btf::BtfExt::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::BtfExt where T: core::clone::Clone pub type aya_obj::btf::BtfExt::Owned = T pub fn aya_obj::btf::BtfExt::clone_into(&self, target: &mut T) pub fn aya_obj::btf::BtfExt::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::BtfExt where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfExt::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfExt where T: core::marker::Sized pub fn aya_obj::btf::BtfExt::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfExt where T: core::marker::Sized pub fn aya_obj::btf::BtfExt::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfExt pub fn aya_obj::btf::BtfExt::from(t: T) -> T pub struct aya_obj::btf::BtfFeatures impl aya_obj::btf::BtfFeatures pub fn aya_obj::btf::BtfFeatures::btf_datasec(&self) -> bool pub fn aya_obj::btf::BtfFeatures::btf_decl_tag(&self) -> bool pub fn aya_obj::btf::BtfFeatures::btf_float(&self) -> bool pub fn aya_obj::btf::BtfFeatures::btf_func(&self) -> bool pub fn aya_obj::btf::BtfFeatures::btf_func_global(&self) -> bool pub fn aya_obj::btf::BtfFeatures::btf_kind_func_proto(&self) -> bool pub fn aya_obj::btf::BtfFeatures::btf_type_tag(&self) -> bool impl core::default::Default for aya_obj::btf::BtfFeatures pub fn aya_obj::btf::BtfFeatures::default() -> aya_obj::btf::BtfFeatures impl core::fmt::Debug for aya_obj::btf::BtfFeatures pub fn aya_obj::btf::BtfFeatures::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfFeatures impl core::marker::Sync for aya_obj::btf::BtfFeatures impl core::marker::Unpin for aya_obj::btf::BtfFeatures impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfFeatures impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfFeatures impl core::convert::Into for aya_obj::btf::BtfFeatures where U: core::convert::From pub fn aya_obj::btf::BtfFeatures::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfFeatures where U: core::convert::Into pub type aya_obj::btf::BtfFeatures::Error = core::convert::Infallible pub fn aya_obj::btf::BtfFeatures::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfFeatures where U: core::convert::TryFrom pub type aya_obj::btf::BtfFeatures::Error = >::Error pub fn aya_obj::btf::BtfFeatures::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_obj::btf::BtfFeatures where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfFeatures::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfFeatures where T: core::marker::Sized pub fn aya_obj::btf::BtfFeatures::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfFeatures where T: core::marker::Sized pub fn aya_obj::btf::BtfFeatures::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfFeatures pub fn aya_obj::btf::BtfFeatures::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::BtfParam pub aya_obj::btf::BtfParam::btf_type: u32 pub aya_obj::btf::BtfParam::name_offset: u32 impl core::clone::Clone for aya_obj::btf::BtfParam pub fn aya_obj::btf::BtfParam::clone(&self) -> aya_obj::btf::BtfParam impl core::fmt::Debug for aya_obj::btf::BtfParam pub fn aya_obj::btf::BtfParam::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::BtfParam impl core::marker::Sync for aya_obj::btf::BtfParam impl core::marker::Unpin for aya_obj::btf::BtfParam impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfParam impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfParam impl core::convert::Into for aya_obj::btf::BtfParam where U: core::convert::From pub fn aya_obj::btf::BtfParam::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfParam where U: core::convert::Into pub type aya_obj::btf::BtfParam::Error = core::convert::Infallible pub fn aya_obj::btf::BtfParam::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfParam where U: core::convert::TryFrom pub type aya_obj::btf::BtfParam::Error = >::Error pub fn aya_obj::btf::BtfParam::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::BtfParam where T: core::clone::Clone pub type aya_obj::btf::BtfParam::Owned = T pub fn aya_obj::btf::BtfParam::clone_into(&self, target: &mut T) pub fn aya_obj::btf::BtfParam::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::BtfParam where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfParam::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfParam where T: core::marker::Sized pub fn aya_obj::btf::BtfParam::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfParam where T: core::marker::Sized pub fn aya_obj::btf::BtfParam::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfParam pub fn aya_obj::btf::BtfParam::from(t: T) -> T 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::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 impl !core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::BtfRelocationError impl !core::panic::unwind_safe::UnwindSafe for aya_obj::btf::BtfRelocationError impl core::any::Provider for aya_obj::btf::BtfRelocationError where E: core::error::Error + core::marker::Sized pub fn aya_obj::btf::BtfRelocationError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::btf::BtfRelocationError where U: core::convert::From pub fn aya_obj::btf::BtfRelocationError::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::BtfRelocationError where U: core::convert::Into pub type aya_obj::btf::BtfRelocationError::Error = core::convert::Infallible pub fn aya_obj::btf::BtfRelocationError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::BtfRelocationError where U: core::convert::TryFrom pub type aya_obj::btf::BtfRelocationError::Error = >::Error pub fn aya_obj::btf::BtfRelocationError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::btf::BtfRelocationError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::btf::BtfRelocationError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::btf::BtfRelocationError where T: 'static + core::marker::Sized pub fn aya_obj::btf::BtfRelocationError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::BtfRelocationError where T: core::marker::Sized pub fn aya_obj::btf::BtfRelocationError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::BtfRelocationError where T: core::marker::Sized pub fn aya_obj::btf::BtfRelocationError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::BtfRelocationError pub fn aya_obj::btf::BtfRelocationError::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Const impl core::clone::Clone for aya_obj::btf::Const pub fn aya_obj::btf::Const::clone(&self) -> aya_obj::btf::Const impl core::fmt::Debug for aya_obj::btf::Const pub fn aya_obj::btf::Const::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Const impl core::marker::Sync for aya_obj::btf::Const impl core::marker::Unpin for aya_obj::btf::Const impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Const impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Const impl core::convert::Into for aya_obj::btf::Const where U: core::convert::From pub fn aya_obj::btf::Const::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Const where U: core::convert::Into pub type aya_obj::btf::Const::Error = core::convert::Infallible pub fn aya_obj::btf::Const::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Const where U: core::convert::TryFrom pub type aya_obj::btf::Const::Error = >::Error pub fn aya_obj::btf::Const::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Const where T: core::clone::Clone pub type aya_obj::btf::Const::Owned = T pub fn aya_obj::btf::Const::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Const::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Const where T: 'static + core::marker::Sized pub fn aya_obj::btf::Const::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Const where T: core::marker::Sized pub fn aya_obj::btf::Const::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Const where T: core::marker::Sized pub fn aya_obj::btf::Const::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Const pub fn aya_obj::btf::Const::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::DataSec impl aya_obj::btf::DataSec pub fn aya_obj::btf::DataSec::new(name_offset: u32, entries: alloc::vec::Vec, size: u32) -> Self impl core::clone::Clone for aya_obj::btf::DataSec pub fn aya_obj::btf::DataSec::clone(&self) -> aya_obj::btf::DataSec impl core::fmt::Debug for aya_obj::btf::DataSec pub fn aya_obj::btf::DataSec::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::DataSec impl core::marker::Sync for aya_obj::btf::DataSec impl core::marker::Unpin for aya_obj::btf::DataSec impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::DataSec impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::DataSec impl core::convert::Into for aya_obj::btf::DataSec where U: core::convert::From pub fn aya_obj::btf::DataSec::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::DataSec where U: core::convert::Into pub type aya_obj::btf::DataSec::Error = core::convert::Infallible pub fn aya_obj::btf::DataSec::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::DataSec where U: core::convert::TryFrom pub type aya_obj::btf::DataSec::Error = >::Error pub fn aya_obj::btf::DataSec::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::DataSec where T: core::clone::Clone pub type aya_obj::btf::DataSec::Owned = T pub fn aya_obj::btf::DataSec::clone_into(&self, target: &mut T) pub fn aya_obj::btf::DataSec::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::DataSec where T: 'static + core::marker::Sized pub fn aya_obj::btf::DataSec::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::DataSec where T: core::marker::Sized pub fn aya_obj::btf::DataSec::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::DataSec where T: core::marker::Sized pub fn aya_obj::btf::DataSec::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::DataSec pub fn aya_obj::btf::DataSec::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::DataSecEntry pub aya_obj::btf::DataSecEntry::btf_type: u32 pub aya_obj::btf::DataSecEntry::offset: u32 pub aya_obj::btf::DataSecEntry::size: u32 impl core::clone::Clone for aya_obj::btf::DataSecEntry pub fn aya_obj::btf::DataSecEntry::clone(&self) -> aya_obj::btf::DataSecEntry impl core::fmt::Debug for aya_obj::btf::DataSecEntry pub fn aya_obj::btf::DataSecEntry::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::DataSecEntry impl core::marker::Sync for aya_obj::btf::DataSecEntry impl core::marker::Unpin for aya_obj::btf::DataSecEntry impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::DataSecEntry impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::DataSecEntry impl core::convert::Into for aya_obj::btf::DataSecEntry where U: core::convert::From pub fn aya_obj::btf::DataSecEntry::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::DataSecEntry where U: core::convert::Into pub type aya_obj::btf::DataSecEntry::Error = core::convert::Infallible pub fn aya_obj::btf::DataSecEntry::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::DataSecEntry where U: core::convert::TryFrom pub type aya_obj::btf::DataSecEntry::Error = >::Error pub fn aya_obj::btf::DataSecEntry::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::DataSecEntry where T: core::clone::Clone pub type aya_obj::btf::DataSecEntry::Owned = T pub fn aya_obj::btf::DataSecEntry::clone_into(&self, target: &mut T) pub fn aya_obj::btf::DataSecEntry::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::DataSecEntry where T: 'static + core::marker::Sized pub fn aya_obj::btf::DataSecEntry::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::DataSecEntry where T: core::marker::Sized pub fn aya_obj::btf::DataSecEntry::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::DataSecEntry where T: core::marker::Sized pub fn aya_obj::btf::DataSecEntry::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::DataSecEntry pub fn aya_obj::btf::DataSecEntry::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::DeclTag impl aya_obj::btf::DeclTag pub fn aya_obj::btf::DeclTag::new(name_offset: u32, btf_type: u32, component_index: i32) -> Self impl core::clone::Clone for aya_obj::btf::DeclTag pub fn aya_obj::btf::DeclTag::clone(&self) -> aya_obj::btf::DeclTag impl core::fmt::Debug for aya_obj::btf::DeclTag pub fn aya_obj::btf::DeclTag::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::DeclTag impl core::marker::Sync for aya_obj::btf::DeclTag impl core::marker::Unpin for aya_obj::btf::DeclTag impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::DeclTag impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::DeclTag impl core::convert::Into for aya_obj::btf::DeclTag where U: core::convert::From pub fn aya_obj::btf::DeclTag::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::DeclTag where U: core::convert::Into pub type aya_obj::btf::DeclTag::Error = core::convert::Infallible pub fn aya_obj::btf::DeclTag::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::DeclTag where U: core::convert::TryFrom pub type aya_obj::btf::DeclTag::Error = >::Error pub fn aya_obj::btf::DeclTag::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::DeclTag where T: core::clone::Clone pub type aya_obj::btf::DeclTag::Owned = T pub fn aya_obj::btf::DeclTag::clone_into(&self, target: &mut T) pub fn aya_obj::btf::DeclTag::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::DeclTag where T: 'static + core::marker::Sized pub fn aya_obj::btf::DeclTag::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::DeclTag where T: core::marker::Sized pub fn aya_obj::btf::DeclTag::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::DeclTag where T: core::marker::Sized pub fn aya_obj::btf::DeclTag::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::DeclTag pub fn aya_obj::btf::DeclTag::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Enum impl aya_obj::btf::Enum pub fn aya_obj::btf::Enum::new(name_offset: u32, variants: alloc::vec::Vec) -> Self impl core::clone::Clone for aya_obj::btf::Enum pub fn aya_obj::btf::Enum::clone(&self) -> aya_obj::btf::Enum impl core::fmt::Debug for aya_obj::btf::Enum pub fn aya_obj::btf::Enum::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Enum impl core::marker::Sync for aya_obj::btf::Enum impl core::marker::Unpin for aya_obj::btf::Enum impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Enum impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Enum impl core::convert::Into for aya_obj::btf::Enum where U: core::convert::From pub fn aya_obj::btf::Enum::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Enum where U: core::convert::Into pub type aya_obj::btf::Enum::Error = core::convert::Infallible pub fn aya_obj::btf::Enum::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Enum where U: core::convert::TryFrom pub type aya_obj::btf::Enum::Error = >::Error pub fn aya_obj::btf::Enum::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Enum where T: core::clone::Clone pub type aya_obj::btf::Enum::Owned = T pub fn aya_obj::btf::Enum::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Enum::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Enum where T: 'static + core::marker::Sized pub fn aya_obj::btf::Enum::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Enum where T: core::marker::Sized pub fn aya_obj::btf::Enum::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Enum where T: core::marker::Sized pub fn aya_obj::btf::Enum::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Enum pub fn aya_obj::btf::Enum::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Enum64 impl core::clone::Clone for aya_obj::btf::Enum64 pub fn aya_obj::btf::Enum64::clone(&self) -> aya_obj::btf::Enum64 impl core::fmt::Debug for aya_obj::btf::Enum64 pub fn aya_obj::btf::Enum64::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Enum64 impl core::marker::Sync for aya_obj::btf::Enum64 impl core::marker::Unpin for aya_obj::btf::Enum64 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Enum64 impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Enum64 impl core::convert::Into for aya_obj::btf::Enum64 where U: core::convert::From pub fn aya_obj::btf::Enum64::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Enum64 where U: core::convert::Into pub type aya_obj::btf::Enum64::Error = core::convert::Infallible pub fn aya_obj::btf::Enum64::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Enum64 where U: core::convert::TryFrom pub type aya_obj::btf::Enum64::Error = >::Error pub fn aya_obj::btf::Enum64::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Enum64 where T: core::clone::Clone pub type aya_obj::btf::Enum64::Owned = T pub fn aya_obj::btf::Enum64::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Enum64::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Enum64 where T: 'static + core::marker::Sized pub fn aya_obj::btf::Enum64::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Enum64 where T: core::marker::Sized pub fn aya_obj::btf::Enum64::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Enum64 where T: core::marker::Sized pub fn aya_obj::btf::Enum64::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Enum64 pub fn aya_obj::btf::Enum64::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Float impl aya_obj::btf::Float pub fn aya_obj::btf::Float::new(name_offset: u32, size: u32) -> Self impl core::clone::Clone for aya_obj::btf::Float pub fn aya_obj::btf::Float::clone(&self) -> aya_obj::btf::Float impl core::fmt::Debug for aya_obj::btf::Float pub fn aya_obj::btf::Float::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Float impl core::marker::Sync for aya_obj::btf::Float impl core::marker::Unpin for aya_obj::btf::Float impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Float impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Float impl core::convert::Into for aya_obj::btf::Float where U: core::convert::From pub fn aya_obj::btf::Float::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Float where U: core::convert::Into pub type aya_obj::btf::Float::Error = core::convert::Infallible pub fn aya_obj::btf::Float::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Float where U: core::convert::TryFrom pub type aya_obj::btf::Float::Error = >::Error pub fn aya_obj::btf::Float::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Float where T: core::clone::Clone pub type aya_obj::btf::Float::Owned = T pub fn aya_obj::btf::Float::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Float::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Float where T: 'static + core::marker::Sized pub fn aya_obj::btf::Float::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Float where T: core::marker::Sized pub fn aya_obj::btf::Float::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Float where T: core::marker::Sized pub fn aya_obj::btf::Float::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Float pub fn aya_obj::btf::Float::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Func impl aya_obj::btf::Func pub fn aya_obj::btf::Func::new(name_offset: u32, proto: u32, linkage: aya_obj::btf::FuncLinkage) -> Self impl core::clone::Clone for aya_obj::btf::Func pub fn aya_obj::btf::Func::clone(&self) -> aya_obj::btf::Func impl core::fmt::Debug for aya_obj::btf::Func pub fn aya_obj::btf::Func::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Func impl core::marker::Sync for aya_obj::btf::Func impl core::marker::Unpin for aya_obj::btf::Func impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Func impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Func impl core::convert::Into for aya_obj::btf::Func where U: core::convert::From pub fn aya_obj::btf::Func::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Func where U: core::convert::Into pub type aya_obj::btf::Func::Error = core::convert::Infallible pub fn aya_obj::btf::Func::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Func where U: core::convert::TryFrom pub type aya_obj::btf::Func::Error = >::Error pub fn aya_obj::btf::Func::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Func where T: core::clone::Clone pub type aya_obj::btf::Func::Owned = T pub fn aya_obj::btf::Func::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Func::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Func where T: 'static + core::marker::Sized pub fn aya_obj::btf::Func::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Func where T: core::marker::Sized pub fn aya_obj::btf::Func::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Func where T: core::marker::Sized pub fn aya_obj::btf::Func::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Func pub fn aya_obj::btf::Func::from(t: T) -> T pub struct aya_obj::btf::FuncInfo pub aya_obj::btf::FuncInfo::data: std::collections::hash::map::HashMap impl core::clone::Clone for aya_obj::btf::FuncInfo pub fn aya_obj::btf::FuncInfo::clone(&self) -> aya_obj::btf::FuncInfo impl core::fmt::Debug for aya_obj::btf::FuncInfo pub fn aya_obj::btf::FuncInfo::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::FuncInfo impl core::marker::Sync for aya_obj::btf::FuncInfo impl core::marker::Unpin for aya_obj::btf::FuncInfo impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::FuncInfo impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::FuncInfo impl core::convert::Into for aya_obj::btf::FuncInfo where U: core::convert::From pub fn aya_obj::btf::FuncInfo::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::FuncInfo where U: core::convert::Into pub type aya_obj::btf::FuncInfo::Error = core::convert::Infallible pub fn aya_obj::btf::FuncInfo::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::FuncInfo where U: core::convert::TryFrom pub type aya_obj::btf::FuncInfo::Error = >::Error pub fn aya_obj::btf::FuncInfo::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::FuncInfo where T: core::clone::Clone pub type aya_obj::btf::FuncInfo::Owned = T pub fn aya_obj::btf::FuncInfo::clone_into(&self, target: &mut T) pub fn aya_obj::btf::FuncInfo::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::FuncInfo where T: 'static + core::marker::Sized pub fn aya_obj::btf::FuncInfo::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::FuncInfo where T: core::marker::Sized pub fn aya_obj::btf::FuncInfo::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::FuncInfo where T: core::marker::Sized pub fn aya_obj::btf::FuncInfo::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::FuncInfo pub fn aya_obj::btf::FuncInfo::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::FuncProto impl aya_obj::btf::FuncProto pub fn aya_obj::btf::FuncProto::new(params: alloc::vec::Vec, return_type: u32) -> Self impl core::clone::Clone for aya_obj::btf::FuncProto pub fn aya_obj::btf::FuncProto::clone(&self) -> aya_obj::btf::FuncProto impl core::fmt::Debug for aya_obj::btf::FuncProto pub fn aya_obj::btf::FuncProto::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::FuncProto impl core::marker::Sync for aya_obj::btf::FuncProto impl core::marker::Unpin for aya_obj::btf::FuncProto impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::FuncProto impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::FuncProto impl core::convert::Into for aya_obj::btf::FuncProto where U: core::convert::From pub fn aya_obj::btf::FuncProto::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::FuncProto where U: core::convert::Into pub type aya_obj::btf::FuncProto::Error = core::convert::Infallible pub fn aya_obj::btf::FuncProto::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::FuncProto where U: core::convert::TryFrom pub type aya_obj::btf::FuncProto::Error = >::Error pub fn aya_obj::btf::FuncProto::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::FuncProto where T: core::clone::Clone pub type aya_obj::btf::FuncProto::Owned = T pub fn aya_obj::btf::FuncProto::clone_into(&self, target: &mut T) pub fn aya_obj::btf::FuncProto::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::FuncProto where T: 'static + core::marker::Sized pub fn aya_obj::btf::FuncProto::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::FuncProto where T: core::marker::Sized pub fn aya_obj::btf::FuncProto::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::FuncProto where T: core::marker::Sized pub fn aya_obj::btf::FuncProto::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::FuncProto pub fn aya_obj::btf::FuncProto::from(t: T) -> T pub struct aya_obj::btf::FuncSecInfo pub aya_obj::btf::FuncSecInfo::func_info: alloc::vec::Vec pub aya_obj::btf::FuncSecInfo::num_info: u32 impl aya_obj::btf::FuncSecInfo pub fn aya_obj::btf::FuncSecInfo::func_info_bytes(&self) -> alloc::vec::Vec pub fn aya_obj::btf::FuncSecInfo::len(&self) -> usize impl core::clone::Clone for aya_obj::btf::FuncSecInfo pub fn aya_obj::btf::FuncSecInfo::clone(&self) -> aya_obj::btf::FuncSecInfo impl core::default::Default for aya_obj::btf::FuncSecInfo pub fn aya_obj::btf::FuncSecInfo::default() -> aya_obj::btf::FuncSecInfo impl core::fmt::Debug for aya_obj::btf::FuncSecInfo pub fn aya_obj::btf::FuncSecInfo::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::FuncSecInfo impl core::marker::Sync for aya_obj::btf::FuncSecInfo impl core::marker::Unpin for aya_obj::btf::FuncSecInfo impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::FuncSecInfo impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::FuncSecInfo impl core::convert::Into for aya_obj::btf::FuncSecInfo where U: core::convert::From pub fn aya_obj::btf::FuncSecInfo::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::FuncSecInfo where U: core::convert::Into pub type aya_obj::btf::FuncSecInfo::Error = core::convert::Infallible pub fn aya_obj::btf::FuncSecInfo::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::FuncSecInfo where U: core::convert::TryFrom pub type aya_obj::btf::FuncSecInfo::Error = >::Error pub fn aya_obj::btf::FuncSecInfo::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::FuncSecInfo where T: core::clone::Clone pub type aya_obj::btf::FuncSecInfo::Owned = T pub fn aya_obj::btf::FuncSecInfo::clone_into(&self, target: &mut T) pub fn aya_obj::btf::FuncSecInfo::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::FuncSecInfo where T: 'static + core::marker::Sized pub fn aya_obj::btf::FuncSecInfo::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::FuncSecInfo where T: core::marker::Sized pub fn aya_obj::btf::FuncSecInfo::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::FuncSecInfo where T: core::marker::Sized pub fn aya_obj::btf::FuncSecInfo::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::FuncSecInfo pub fn aya_obj::btf::FuncSecInfo::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Fwd impl core::clone::Clone for aya_obj::btf::Fwd pub fn aya_obj::btf::Fwd::clone(&self) -> aya_obj::btf::Fwd impl core::fmt::Debug for aya_obj::btf::Fwd pub fn aya_obj::btf::Fwd::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Fwd impl core::marker::Sync for aya_obj::btf::Fwd impl core::marker::Unpin for aya_obj::btf::Fwd impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Fwd impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Fwd impl core::convert::Into for aya_obj::btf::Fwd where U: core::convert::From pub fn aya_obj::btf::Fwd::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Fwd where U: core::convert::Into pub type aya_obj::btf::Fwd::Error = core::convert::Infallible pub fn aya_obj::btf::Fwd::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Fwd where U: core::convert::TryFrom pub type aya_obj::btf::Fwd::Error = >::Error pub fn aya_obj::btf::Fwd::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Fwd where T: core::clone::Clone pub type aya_obj::btf::Fwd::Owned = T pub fn aya_obj::btf::Fwd::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Fwd::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Fwd where T: 'static + core::marker::Sized pub fn aya_obj::btf::Fwd::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Fwd where T: core::marker::Sized pub fn aya_obj::btf::Fwd::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Fwd where T: core::marker::Sized pub fn aya_obj::btf::Fwd::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Fwd pub fn aya_obj::btf::Fwd::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Int impl aya_obj::btf::Int pub fn aya_obj::btf::Int::new(name_offset: u32, size: u32, encoding: aya_obj::btf::IntEncoding, offset: u32) -> Self impl core::clone::Clone for aya_obj::btf::Int pub fn aya_obj::btf::Int::clone(&self) -> aya_obj::btf::Int impl core::fmt::Debug for aya_obj::btf::Int pub fn aya_obj::btf::Int::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Int impl core::marker::Sync for aya_obj::btf::Int impl core::marker::Unpin for aya_obj::btf::Int impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Int impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Int impl core::convert::Into for aya_obj::btf::Int where U: core::convert::From pub fn aya_obj::btf::Int::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Int where U: core::convert::Into pub type aya_obj::btf::Int::Error = core::convert::Infallible pub fn aya_obj::btf::Int::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Int where U: core::convert::TryFrom pub type aya_obj::btf::Int::Error = >::Error pub fn aya_obj::btf::Int::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Int where T: core::clone::Clone pub type aya_obj::btf::Int::Owned = T pub fn aya_obj::btf::Int::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Int::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Int where T: 'static + core::marker::Sized pub fn aya_obj::btf::Int::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Int where T: core::marker::Sized pub fn aya_obj::btf::Int::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Int where T: core::marker::Sized pub fn aya_obj::btf::Int::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Int pub fn aya_obj::btf::Int::from(t: T) -> T pub struct aya_obj::btf::LineSecInfo pub aya_obj::btf::LineSecInfo::line_info: alloc::vec::Vec pub aya_obj::btf::LineSecInfo::num_info: u32 impl aya_obj::btf::LineSecInfo pub fn aya_obj::btf::LineSecInfo::len(&self) -> usize pub fn aya_obj::btf::LineSecInfo::line_info_bytes(&self) -> alloc::vec::Vec impl core::clone::Clone for aya_obj::btf::LineSecInfo pub fn aya_obj::btf::LineSecInfo::clone(&self) -> aya_obj::btf::LineSecInfo impl core::default::Default for aya_obj::btf::LineSecInfo pub fn aya_obj::btf::LineSecInfo::default() -> aya_obj::btf::LineSecInfo impl core::fmt::Debug for aya_obj::btf::LineSecInfo pub fn aya_obj::btf::LineSecInfo::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::LineSecInfo impl core::marker::Sync for aya_obj::btf::LineSecInfo impl core::marker::Unpin for aya_obj::btf::LineSecInfo impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::LineSecInfo impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::LineSecInfo impl core::convert::Into for aya_obj::btf::LineSecInfo where U: core::convert::From pub fn aya_obj::btf::LineSecInfo::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::LineSecInfo where U: core::convert::Into pub type aya_obj::btf::LineSecInfo::Error = core::convert::Infallible pub fn aya_obj::btf::LineSecInfo::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::LineSecInfo where U: core::convert::TryFrom pub type aya_obj::btf::LineSecInfo::Error = >::Error pub fn aya_obj::btf::LineSecInfo::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::LineSecInfo where T: core::clone::Clone pub type aya_obj::btf::LineSecInfo::Owned = T pub fn aya_obj::btf::LineSecInfo::clone_into(&self, target: &mut T) pub fn aya_obj::btf::LineSecInfo::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::LineSecInfo where T: 'static + core::marker::Sized pub fn aya_obj::btf::LineSecInfo::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::LineSecInfo where T: core::marker::Sized pub fn aya_obj::btf::LineSecInfo::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::LineSecInfo where T: core::marker::Sized pub fn aya_obj::btf::LineSecInfo::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::LineSecInfo pub fn aya_obj::btf::LineSecInfo::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Ptr impl aya_obj::btf::Ptr pub fn aya_obj::btf::Ptr::new(name_offset: u32, btf_type: u32) -> Self impl core::clone::Clone for aya_obj::btf::Ptr pub fn aya_obj::btf::Ptr::clone(&self) -> aya_obj::btf::Ptr impl core::fmt::Debug for aya_obj::btf::Ptr pub fn aya_obj::btf::Ptr::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Ptr impl core::marker::Sync for aya_obj::btf::Ptr impl core::marker::Unpin for aya_obj::btf::Ptr impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Ptr impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Ptr impl core::convert::Into for aya_obj::btf::Ptr where U: core::convert::From pub fn aya_obj::btf::Ptr::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Ptr where U: core::convert::Into pub type aya_obj::btf::Ptr::Error = core::convert::Infallible pub fn aya_obj::btf::Ptr::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Ptr where U: core::convert::TryFrom pub type aya_obj::btf::Ptr::Error = >::Error pub fn aya_obj::btf::Ptr::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Ptr where T: core::clone::Clone pub type aya_obj::btf::Ptr::Owned = T pub fn aya_obj::btf::Ptr::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Ptr::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Ptr where T: 'static + core::marker::Sized pub fn aya_obj::btf::Ptr::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Ptr where T: core::marker::Sized pub fn aya_obj::btf::Ptr::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Ptr where T: core::marker::Sized pub fn aya_obj::btf::Ptr::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Ptr pub fn aya_obj::btf::Ptr::from(t: T) -> T pub struct aya_obj::btf::Restrict impl core::clone::Clone for aya_obj::btf::Restrict pub fn aya_obj::btf::Restrict::clone(&self) -> aya_obj::btf::Restrict impl core::fmt::Debug for aya_obj::btf::Restrict pub fn aya_obj::btf::Restrict::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Restrict impl core::marker::Sync for aya_obj::btf::Restrict impl core::marker::Unpin for aya_obj::btf::Restrict impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Restrict impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Restrict impl core::convert::Into for aya_obj::btf::Restrict where U: core::convert::From pub fn aya_obj::btf::Restrict::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Restrict where U: core::convert::Into pub type aya_obj::btf::Restrict::Error = core::convert::Infallible pub fn aya_obj::btf::Restrict::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Restrict where U: core::convert::TryFrom pub type aya_obj::btf::Restrict::Error = >::Error pub fn aya_obj::btf::Restrict::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Restrict where T: core::clone::Clone pub type aya_obj::btf::Restrict::Owned = T pub fn aya_obj::btf::Restrict::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Restrict::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Restrict where T: 'static + core::marker::Sized pub fn aya_obj::btf::Restrict::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Restrict where T: core::marker::Sized pub fn aya_obj::btf::Restrict::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Restrict where T: core::marker::Sized pub fn aya_obj::btf::Restrict::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Restrict pub fn aya_obj::btf::Restrict::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Struct impl core::clone::Clone for aya_obj::btf::Struct pub fn aya_obj::btf::Struct::clone(&self) -> aya_obj::btf::Struct impl core::fmt::Debug for aya_obj::btf::Struct pub fn aya_obj::btf::Struct::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Struct impl core::marker::Sync for aya_obj::btf::Struct impl core::marker::Unpin for aya_obj::btf::Struct impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Struct impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Struct impl core::convert::Into for aya_obj::btf::Struct where U: core::convert::From pub fn aya_obj::btf::Struct::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Struct where U: core::convert::Into pub type aya_obj::btf::Struct::Error = core::convert::Infallible pub fn aya_obj::btf::Struct::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Struct where U: core::convert::TryFrom pub type aya_obj::btf::Struct::Error = >::Error pub fn aya_obj::btf::Struct::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Struct where T: core::clone::Clone pub type aya_obj::btf::Struct::Owned = T pub fn aya_obj::btf::Struct::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Struct::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Struct where T: 'static + core::marker::Sized pub fn aya_obj::btf::Struct::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Struct where T: core::marker::Sized pub fn aya_obj::btf::Struct::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Struct where T: core::marker::Sized pub fn aya_obj::btf::Struct::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Struct pub fn aya_obj::btf::Struct::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::TypeTag impl aya_obj::btf::TypeTag pub fn aya_obj::btf::TypeTag::new(name_offset: u32, btf_type: u32) -> Self impl core::clone::Clone for aya_obj::btf::TypeTag pub fn aya_obj::btf::TypeTag::clone(&self) -> aya_obj::btf::TypeTag impl core::fmt::Debug for aya_obj::btf::TypeTag pub fn aya_obj::btf::TypeTag::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::TypeTag impl core::marker::Sync for aya_obj::btf::TypeTag impl core::marker::Unpin for aya_obj::btf::TypeTag impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::TypeTag impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::TypeTag impl core::convert::Into for aya_obj::btf::TypeTag where U: core::convert::From pub fn aya_obj::btf::TypeTag::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::TypeTag where U: core::convert::Into pub type aya_obj::btf::TypeTag::Error = core::convert::Infallible pub fn aya_obj::btf::TypeTag::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::TypeTag where U: core::convert::TryFrom pub type aya_obj::btf::TypeTag::Error = >::Error pub fn aya_obj::btf::TypeTag::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::TypeTag where T: core::clone::Clone pub type aya_obj::btf::TypeTag::Owned = T pub fn aya_obj::btf::TypeTag::clone_into(&self, target: &mut T) pub fn aya_obj::btf::TypeTag::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::TypeTag where T: 'static + core::marker::Sized pub fn aya_obj::btf::TypeTag::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::TypeTag where T: core::marker::Sized pub fn aya_obj::btf::TypeTag::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::TypeTag where T: core::marker::Sized pub fn aya_obj::btf::TypeTag::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::TypeTag pub fn aya_obj::btf::TypeTag::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Typedef impl core::clone::Clone for aya_obj::btf::Typedef pub fn aya_obj::btf::Typedef::clone(&self) -> aya_obj::btf::Typedef impl core::fmt::Debug for aya_obj::btf::Typedef pub fn aya_obj::btf::Typedef::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Typedef impl core::marker::Sync for aya_obj::btf::Typedef impl core::marker::Unpin for aya_obj::btf::Typedef impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Typedef impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Typedef impl core::convert::Into for aya_obj::btf::Typedef where U: core::convert::From pub fn aya_obj::btf::Typedef::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Typedef where U: core::convert::Into pub type aya_obj::btf::Typedef::Error = core::convert::Infallible pub fn aya_obj::btf::Typedef::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Typedef where U: core::convert::TryFrom pub type aya_obj::btf::Typedef::Error = >::Error pub fn aya_obj::btf::Typedef::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Typedef where T: core::clone::Clone pub type aya_obj::btf::Typedef::Owned = T pub fn aya_obj::btf::Typedef::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Typedef::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Typedef where T: 'static + core::marker::Sized pub fn aya_obj::btf::Typedef::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Typedef where T: core::marker::Sized pub fn aya_obj::btf::Typedef::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Typedef where T: core::marker::Sized pub fn aya_obj::btf::Typedef::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Typedef pub fn aya_obj::btf::Typedef::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Union impl core::clone::Clone for aya_obj::btf::Union pub fn aya_obj::btf::Union::clone(&self) -> aya_obj::btf::Union impl core::fmt::Debug for aya_obj::btf::Union pub fn aya_obj::btf::Union::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Union impl core::marker::Sync for aya_obj::btf::Union impl core::marker::Unpin for aya_obj::btf::Union impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Union impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Union impl core::convert::Into for aya_obj::btf::Union where U: core::convert::From pub fn aya_obj::btf::Union::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Union where U: core::convert::Into pub type aya_obj::btf::Union::Error = core::convert::Infallible pub fn aya_obj::btf::Union::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Union where U: core::convert::TryFrom pub type aya_obj::btf::Union::Error = >::Error pub fn aya_obj::btf::Union::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Union where T: core::clone::Clone pub type aya_obj::btf::Union::Owned = T pub fn aya_obj::btf::Union::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Union::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Union where T: 'static + core::marker::Sized pub fn aya_obj::btf::Union::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Union where T: core::marker::Sized pub fn aya_obj::btf::Union::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Union where T: core::marker::Sized pub fn aya_obj::btf::Union::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Union pub fn aya_obj::btf::Union::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Var impl aya_obj::btf::Var pub fn aya_obj::btf::Var::new(name_offset: u32, btf_type: u32, linkage: aya_obj::btf::VarLinkage) -> Self impl core::clone::Clone for aya_obj::btf::Var pub fn aya_obj::btf::Var::clone(&self) -> aya_obj::btf::Var impl core::fmt::Debug for aya_obj::btf::Var pub fn aya_obj::btf::Var::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Var impl core::marker::Sync for aya_obj::btf::Var impl core::marker::Unpin for aya_obj::btf::Var impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Var impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Var impl core::convert::Into for aya_obj::btf::Var where U: core::convert::From pub fn aya_obj::btf::Var::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Var where U: core::convert::Into pub type aya_obj::btf::Var::Error = core::convert::Infallible pub fn aya_obj::btf::Var::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Var where U: core::convert::TryFrom pub type aya_obj::btf::Var::Error = >::Error pub fn aya_obj::btf::Var::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Var where T: core::clone::Clone pub type aya_obj::btf::Var::Owned = T pub fn aya_obj::btf::Var::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Var::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Var where T: 'static + core::marker::Sized pub fn aya_obj::btf::Var::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Var where T: core::marker::Sized pub fn aya_obj::btf::Var::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Var where T: core::marker::Sized pub fn aya_obj::btf::Var::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Var pub fn aya_obj::btf::Var::from(t: T) -> T #[repr(C)] pub struct aya_obj::btf::Volatile impl core::clone::Clone for aya_obj::btf::Volatile pub fn aya_obj::btf::Volatile::clone(&self) -> aya_obj::btf::Volatile impl core::fmt::Debug for aya_obj::btf::Volatile pub fn aya_obj::btf::Volatile::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::btf::Volatile impl core::marker::Sync for aya_obj::btf::Volatile impl core::marker::Unpin for aya_obj::btf::Volatile impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::btf::Volatile impl core::panic::unwind_safe::UnwindSafe for aya_obj::btf::Volatile impl core::convert::Into for aya_obj::btf::Volatile where U: core::convert::From pub fn aya_obj::btf::Volatile::into(self) -> U impl core::convert::TryFrom for aya_obj::btf::Volatile where U: core::convert::Into pub type aya_obj::btf::Volatile::Error = core::convert::Infallible pub fn aya_obj::btf::Volatile::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::btf::Volatile where U: core::convert::TryFrom pub type aya_obj::btf::Volatile::Error = >::Error pub fn aya_obj::btf::Volatile::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::btf::Volatile where T: core::clone::Clone pub type aya_obj::btf::Volatile::Owned = T pub fn aya_obj::btf::Volatile::clone_into(&self, target: &mut T) pub fn aya_obj::btf::Volatile::to_owned(&self) -> T impl core::any::Any for aya_obj::btf::Volatile where T: 'static + core::marker::Sized pub fn aya_obj::btf::Volatile::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::btf::Volatile where T: core::marker::Sized pub fn aya_obj::btf::Volatile::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::btf::Volatile where T: core::marker::Sized pub fn aya_obj::btf::Volatile::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::btf::Volatile pub fn aya_obj::btf::Volatile::from(t: T) -> T pub mod aya_obj::generated pub mod aya_obj::generated::bpf_core_relo_kind pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_ENUMVAL_EXISTS: aya_obj::generated::bpf_core_relo_kind::Type = 10u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_ENUMVAL_VALUE: aya_obj::generated::bpf_core_relo_kind::Type = 11u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_FIELD_BYTE_OFFSET: aya_obj::generated::bpf_core_relo_kind::Type = 0u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_FIELD_BYTE_SIZE: aya_obj::generated::bpf_core_relo_kind::Type = 1u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_FIELD_EXISTS: aya_obj::generated::bpf_core_relo_kind::Type = 2u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_FIELD_LSHIFT_U64: aya_obj::generated::bpf_core_relo_kind::Type = 4u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_FIELD_RSHIFT_U64: aya_obj::generated::bpf_core_relo_kind::Type = 5u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_FIELD_SIGNED: aya_obj::generated::bpf_core_relo_kind::Type = 3u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_TYPE_EXISTS: aya_obj::generated::bpf_core_relo_kind::Type = 8u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_TYPE_ID_LOCAL: aya_obj::generated::bpf_core_relo_kind::Type = 6u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_TYPE_ID_TARGET: aya_obj::generated::bpf_core_relo_kind::Type = 7u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_TYPE_MATCHES: aya_obj::generated::bpf_core_relo_kind::Type = 12u32 pub const aya_obj::generated::bpf_core_relo_kind::BPF_CORE_TYPE_SIZE: aya_obj::generated::bpf_core_relo_kind::Type = 9u32 pub type aya_obj::generated::bpf_core_relo_kind::Type = core::ffi::c_uint #[repr(u32)] pub enum aya_obj::generated::bpf_attach_type pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_DEVICE = 6 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_GETSOCKOPT = 21 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET4_BIND = 8 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET4_CONNECT = 10 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET4_GETPEERNAME = 29 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET4_GETSOCKNAME = 31 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET4_POST_BIND = 12 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET6_BIND = 9 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET6_CONNECT = 11 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET6_GETPEERNAME = 30 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET6_GETSOCKNAME = 32 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET6_POST_BIND = 13 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET_EGRESS = 1 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET_INGRESS = 0 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET_SOCK_CREATE = 2 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_INET_SOCK_RELEASE = 34 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_SETSOCKOPT = 22 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_SOCK_OPS = 3 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_SYSCTL = 18 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_UDP4_RECVMSG = 19 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_UDP4_SENDMSG = 14 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_UDP6_RECVMSG = 20 pub aya_obj::generated::bpf_attach_type::BPF_CGROUP_UDP6_SENDMSG = 15 pub aya_obj::generated::bpf_attach_type::BPF_FLOW_DISSECTOR = 17 pub aya_obj::generated::bpf_attach_type::BPF_LIRC_MODE2 = 16 pub aya_obj::generated::bpf_attach_type::BPF_LSM_CGROUP = 43 pub aya_obj::generated::bpf_attach_type::BPF_LSM_MAC = 27 pub aya_obj::generated::bpf_attach_type::BPF_MODIFY_RETURN = 26 pub aya_obj::generated::bpf_attach_type::BPF_PERF_EVENT = 41 pub aya_obj::generated::bpf_attach_type::BPF_SK_LOOKUP = 36 pub aya_obj::generated::bpf_attach_type::BPF_SK_MSG_VERDICT = 7 pub aya_obj::generated::bpf_attach_type::BPF_SK_REUSEPORT_SELECT = 39 pub aya_obj::generated::bpf_attach_type::BPF_SK_REUSEPORT_SELECT_OR_MIGRATE = 40 pub aya_obj::generated::bpf_attach_type::BPF_SK_SKB_STREAM_PARSER = 4 pub aya_obj::generated::bpf_attach_type::BPF_SK_SKB_STREAM_VERDICT = 5 pub aya_obj::generated::bpf_attach_type::BPF_SK_SKB_VERDICT = 38 pub aya_obj::generated::bpf_attach_type::BPF_STRUCT_OPS = 44 pub aya_obj::generated::bpf_attach_type::BPF_TRACE_FENTRY = 24 pub aya_obj::generated::bpf_attach_type::BPF_TRACE_FEXIT = 25 pub aya_obj::generated::bpf_attach_type::BPF_TRACE_ITER = 28 pub aya_obj::generated::bpf_attach_type::BPF_TRACE_KPROBE_MULTI = 42 pub aya_obj::generated::bpf_attach_type::BPF_TRACE_RAW_TP = 23 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::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 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::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::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 pub fn aya_obj::generated::bpf_attach_type::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::bpf_attach_type impl core::marker::StructuralEq for aya_obj::generated::bpf_attach_type impl core::marker::StructuralPartialEq for aya_obj::generated::bpf_attach_type impl core::marker::Send for aya_obj::generated::bpf_attach_type impl core::marker::Sync for aya_obj::generated::bpf_attach_type impl core::marker::Unpin for aya_obj::generated::bpf_attach_type impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attach_type impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attach_type impl core::convert::Into for aya_obj::generated::bpf_attach_type where U: core::convert::From pub fn aya_obj::generated::bpf_attach_type::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attach_type where U: core::convert::Into pub type aya_obj::generated::bpf_attach_type::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attach_type::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attach_type where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attach_type::Error = >::Error pub fn aya_obj::generated::bpf_attach_type::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attach_type where T: core::clone::Clone pub type aya_obj::generated::bpf_attach_type::Owned = T pub fn aya_obj::generated::bpf_attach_type::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attach_type::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attach_type where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attach_type::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attach_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_attach_type::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attach_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_attach_type::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attach_type pub fn aya_obj::generated::bpf_attach_type::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::bpf_cmd pub aya_obj::generated::bpf_cmd::BPF_BTF_GET_FD_BY_ID = 19 pub aya_obj::generated::bpf_cmd::BPF_BTF_GET_NEXT_ID = 23 pub aya_obj::generated::bpf_cmd::BPF_BTF_LOAD = 18 pub aya_obj::generated::bpf_cmd::BPF_ENABLE_STATS = 32 pub aya_obj::generated::bpf_cmd::BPF_ITER_CREATE = 33 pub aya_obj::generated::bpf_cmd::BPF_LINK_CREATE = 28 pub aya_obj::generated::bpf_cmd::BPF_LINK_DETACH = 34 pub aya_obj::generated::bpf_cmd::BPF_LINK_GET_FD_BY_ID = 30 pub aya_obj::generated::bpf_cmd::BPF_LINK_GET_NEXT_ID = 31 pub aya_obj::generated::bpf_cmd::BPF_LINK_UPDATE = 29 pub aya_obj::generated::bpf_cmd::BPF_MAP_CREATE = 0 pub aya_obj::generated::bpf_cmd::BPF_MAP_DELETE_BATCH = 27 pub aya_obj::generated::bpf_cmd::BPF_MAP_DELETE_ELEM = 3 pub aya_obj::generated::bpf_cmd::BPF_MAP_FREEZE = 22 pub aya_obj::generated::bpf_cmd::BPF_MAP_GET_FD_BY_ID = 14 pub aya_obj::generated::bpf_cmd::BPF_MAP_GET_NEXT_ID = 12 pub aya_obj::generated::bpf_cmd::BPF_MAP_GET_NEXT_KEY = 4 pub aya_obj::generated::bpf_cmd::BPF_MAP_LOOKUP_AND_DELETE_BATCH = 25 pub aya_obj::generated::bpf_cmd::BPF_MAP_LOOKUP_AND_DELETE_ELEM = 21 pub aya_obj::generated::bpf_cmd::BPF_MAP_LOOKUP_BATCH = 24 pub aya_obj::generated::bpf_cmd::BPF_MAP_LOOKUP_ELEM = 1 pub aya_obj::generated::bpf_cmd::BPF_MAP_UPDATE_BATCH = 26 pub aya_obj::generated::bpf_cmd::BPF_MAP_UPDATE_ELEM = 2 pub aya_obj::generated::bpf_cmd::BPF_OBJ_GET = 7 pub aya_obj::generated::bpf_cmd::BPF_OBJ_GET_INFO_BY_FD = 15 pub aya_obj::generated::bpf_cmd::BPF_OBJ_PIN = 6 pub aya_obj::generated::bpf_cmd::BPF_PROG_ATTACH = 8 pub aya_obj::generated::bpf_cmd::BPF_PROG_BIND_MAP = 35 pub aya_obj::generated::bpf_cmd::BPF_PROG_DETACH = 9 pub aya_obj::generated::bpf_cmd::BPF_PROG_GET_FD_BY_ID = 13 pub aya_obj::generated::bpf_cmd::BPF_PROG_GET_NEXT_ID = 11 pub aya_obj::generated::bpf_cmd::BPF_PROG_LOAD = 5 pub aya_obj::generated::bpf_cmd::BPF_PROG_QUERY = 16 pub aya_obj::generated::bpf_cmd::BPF_PROG_TEST_RUN = 10 pub aya_obj::generated::bpf_cmd::BPF_RAW_TRACEPOINT_OPEN = 17 pub aya_obj::generated::bpf_cmd::BPF_TASK_FD_QUERY = 20 impl aya_obj::generated::bpf_cmd pub const aya_obj::generated::bpf_cmd::BPF_PROG_RUN: aya_obj::generated::bpf_cmd impl core::clone::Clone for aya_obj::generated::bpf_cmd pub fn aya_obj::generated::bpf_cmd::clone(&self) -> aya_obj::generated::bpf_cmd impl core::cmp::Eq for aya_obj::generated::bpf_cmd impl core::cmp::PartialEq for aya_obj::generated::bpf_cmd pub fn aya_obj::generated::bpf_cmd::eq(&self, other: &aya_obj::generated::bpf_cmd) -> bool impl core::fmt::Debug for aya_obj::generated::bpf_cmd pub fn aya_obj::generated::bpf_cmd::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::bpf_cmd pub fn aya_obj::generated::bpf_cmd::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::bpf_cmd impl core::marker::StructuralEq for aya_obj::generated::bpf_cmd impl core::marker::StructuralPartialEq for aya_obj::generated::bpf_cmd impl core::marker::Send for aya_obj::generated::bpf_cmd impl core::marker::Sync for aya_obj::generated::bpf_cmd impl core::marker::Unpin for aya_obj::generated::bpf_cmd impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_cmd impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_cmd impl core::convert::Into for aya_obj::generated::bpf_cmd where U: core::convert::From pub fn aya_obj::generated::bpf_cmd::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_cmd where U: core::convert::Into pub type aya_obj::generated::bpf_cmd::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_cmd::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_cmd where U: core::convert::TryFrom pub type aya_obj::generated::bpf_cmd::Error = >::Error pub fn aya_obj::generated::bpf_cmd::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_cmd where T: core::clone::Clone pub type aya_obj::generated::bpf_cmd::Owned = T pub fn aya_obj::generated::bpf_cmd::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_cmd::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_cmd where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_cmd::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_cmd where T: core::marker::Sized pub fn aya_obj::generated::bpf_cmd::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_cmd where T: core::marker::Sized pub fn aya_obj::generated::bpf_cmd::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_cmd pub fn aya_obj::generated::bpf_cmd::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::bpf_link_type pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_CGROUP = 3 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_ITER = 4 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_KPROBE_MULTI = 8 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_NETFILTER = 10 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_NETNS = 5 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_PERF_EVENT = 7 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_RAW_TRACEPOINT = 1 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_STRUCT_OPS = 9 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_TRACING = 2 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_UNSPEC = 0 pub aya_obj::generated::bpf_link_type::BPF_LINK_TYPE_XDP = 6 pub aya_obj::generated::bpf_link_type::MAX_BPF_LINK_TYPE = 11 impl core::clone::Clone for aya_obj::generated::bpf_link_type pub fn aya_obj::generated::bpf_link_type::clone(&self) -> aya_obj::generated::bpf_link_type impl core::cmp::Eq for aya_obj::generated::bpf_link_type impl core::cmp::PartialEq for aya_obj::generated::bpf_link_type pub fn aya_obj::generated::bpf_link_type::eq(&self, other: &aya_obj::generated::bpf_link_type) -> bool impl core::fmt::Debug for aya_obj::generated::bpf_link_type pub fn aya_obj::generated::bpf_link_type::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::bpf_link_type pub fn aya_obj::generated::bpf_link_type::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::bpf_link_type impl core::marker::StructuralEq for aya_obj::generated::bpf_link_type impl core::marker::StructuralPartialEq for aya_obj::generated::bpf_link_type impl core::marker::Send for aya_obj::generated::bpf_link_type impl core::marker::Sync for aya_obj::generated::bpf_link_type impl core::marker::Unpin for aya_obj::generated::bpf_link_type impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_type impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_type impl core::convert::Into for aya_obj::generated::bpf_link_type where U: core::convert::From pub fn aya_obj::generated::bpf_link_type::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_type where U: core::convert::Into pub type aya_obj::generated::bpf_link_type::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_type::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_type where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_type::Error = >::Error pub fn aya_obj::generated::bpf_link_type::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_type where T: core::clone::Clone pub type aya_obj::generated::bpf_link_type::Owned = T pub fn aya_obj::generated::bpf_link_type::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_type::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_type where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_type::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_type::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_type::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_type pub fn aya_obj::generated::bpf_link_type::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::bpf_map_type pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_ARRAY = 2 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_ARRAY_OF_MAPS = 12 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_BLOOM_FILTER = 30 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_CGROUP_ARRAY = 8 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED = 19 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_CGRP_STORAGE = 32 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_CPUMAP = 16 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_DEVMAP = 14 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_DEVMAP_HASH = 25 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_HASH = 1 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_HASH_OF_MAPS = 13 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_INODE_STORAGE = 28 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_LPM_TRIE = 11 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_LRU_HASH = 9 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_LRU_PERCPU_HASH = 10 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_PERCPU_ARRAY = 6 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE = 21 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_PERCPU_HASH = 5 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_PERF_EVENT_ARRAY = 4 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_PROG_ARRAY = 3 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_QUEUE = 22 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_REUSEPORT_SOCKARRAY = 20 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_RINGBUF = 27 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_SK_STORAGE = 24 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_SOCKHASH = 18 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_SOCKMAP = 15 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_STACK = 23 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_STACK_TRACE = 7 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_STRUCT_OPS = 26 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_TASK_STORAGE = 29 pub aya_obj::generated::bpf_map_type::BPF_MAP_TYPE_UNSPEC = 0 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::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 pub fn aya_obj::generated::bpf_map_type::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::bpf_map_type impl core::marker::StructuralEq for aya_obj::generated::bpf_map_type impl core::marker::StructuralPartialEq for aya_obj::generated::bpf_map_type impl core::marker::Send for aya_obj::generated::bpf_map_type impl core::marker::Sync for aya_obj::generated::bpf_map_type impl core::marker::Unpin for aya_obj::generated::bpf_map_type impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_map_type impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_map_type impl core::convert::Into for aya_obj::generated::bpf_map_type where U: core::convert::From pub fn aya_obj::generated::bpf_map_type::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_map_type where U: core::convert::Into pub type aya_obj::generated::bpf_map_type::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_map_type::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_map_type where U: core::convert::TryFrom pub type aya_obj::generated::bpf_map_type::Error = >::Error pub fn aya_obj::generated::bpf_map_type::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_map_type where T: core::clone::Clone pub type aya_obj::generated::bpf_map_type::Owned = T pub fn aya_obj::generated::bpf_map_type::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_map_type::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_map_type where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_map_type::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_map_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_map_type::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_map_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_map_type::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_map_type pub fn aya_obj::generated::bpf_map_type::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::bpf_prog_type pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_CGROUP_DEVICE = 15 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_CGROUP_SKB = 8 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_CGROUP_SOCK = 9 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_CGROUP_SOCKOPT = 25 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_CGROUP_SOCK_ADDR = 18 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_CGROUP_SYSCTL = 23 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_EXT = 28 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_FLOW_DISSECTOR = 22 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_KPROBE = 2 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_LIRC_MODE2 = 20 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_LSM = 29 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_LWT_IN = 10 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_LWT_OUT = 11 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_LWT_SEG6LOCAL = 19 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_LWT_XMIT = 12 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_NETFILTER = 32 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_PERF_EVENT = 7 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_RAW_TRACEPOINT = 17 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE = 24 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SCHED_ACT = 4 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SCHED_CLS = 3 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SK_LOOKUP = 30 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SK_MSG = 16 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SK_REUSEPORT = 21 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SK_SKB = 14 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SOCKET_FILTER = 1 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SOCK_OPS = 13 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_STRUCT_OPS = 27 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_SYSCALL = 31 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_TRACEPOINT = 5 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_TRACING = 26 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_UNSPEC = 0 pub aya_obj::generated::bpf_prog_type::BPF_PROG_TYPE_XDP = 6 impl core::clone::Clone for aya_obj::generated::bpf_prog_type pub fn aya_obj::generated::bpf_prog_type::clone(&self) -> aya_obj::generated::bpf_prog_type impl core::cmp::Eq for aya_obj::generated::bpf_prog_type impl core::cmp::PartialEq for aya_obj::generated::bpf_prog_type pub fn aya_obj::generated::bpf_prog_type::eq(&self, other: &aya_obj::generated::bpf_prog_type) -> bool impl core::fmt::Debug for aya_obj::generated::bpf_prog_type pub fn aya_obj::generated::bpf_prog_type::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::bpf_prog_type pub fn aya_obj::generated::bpf_prog_type::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::bpf_prog_type impl core::marker::StructuralEq for aya_obj::generated::bpf_prog_type impl core::marker::StructuralPartialEq for aya_obj::generated::bpf_prog_type impl core::marker::Send for aya_obj::generated::bpf_prog_type impl core::marker::Sync for aya_obj::generated::bpf_prog_type impl core::marker::Unpin for aya_obj::generated::bpf_prog_type impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_prog_type impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_prog_type impl core::convert::Into for aya_obj::generated::bpf_prog_type where U: core::convert::From pub fn aya_obj::generated::bpf_prog_type::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_prog_type where U: core::convert::Into pub type aya_obj::generated::bpf_prog_type::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_prog_type::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_prog_type where U: core::convert::TryFrom pub type aya_obj::generated::bpf_prog_type::Error = >::Error pub fn aya_obj::generated::bpf_prog_type::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_prog_type where T: core::clone::Clone pub type aya_obj::generated::bpf_prog_type::Owned = T pub fn aya_obj::generated::bpf_prog_type::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_prog_type::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_prog_type where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_prog_type::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_prog_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_prog_type::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_prog_type where T: core::marker::Sized pub fn aya_obj::generated::bpf_prog_type::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_prog_type pub fn aya_obj::generated::bpf_prog_type::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::btf_func_linkage pub aya_obj::generated::btf_func_linkage::BTF_FUNC_EXTERN = 2 pub aya_obj::generated::btf_func_linkage::BTF_FUNC_GLOBAL = 1 pub aya_obj::generated::btf_func_linkage::BTF_FUNC_STATIC = 0 impl core::clone::Clone for aya_obj::generated::btf_func_linkage pub fn aya_obj::generated::btf_func_linkage::clone(&self) -> aya_obj::generated::btf_func_linkage impl core::cmp::Eq for aya_obj::generated::btf_func_linkage impl core::cmp::PartialEq for aya_obj::generated::btf_func_linkage pub fn aya_obj::generated::btf_func_linkage::eq(&self, other: &aya_obj::generated::btf_func_linkage) -> bool impl core::fmt::Debug for aya_obj::generated::btf_func_linkage pub fn aya_obj::generated::btf_func_linkage::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::btf_func_linkage pub fn aya_obj::generated::btf_func_linkage::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::btf_func_linkage impl core::marker::StructuralEq for aya_obj::generated::btf_func_linkage impl core::marker::StructuralPartialEq for aya_obj::generated::btf_func_linkage impl core::marker::Send for aya_obj::generated::btf_func_linkage impl core::marker::Sync for aya_obj::generated::btf_func_linkage impl core::marker::Unpin for aya_obj::generated::btf_func_linkage impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_func_linkage impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_func_linkage impl core::convert::Into for aya_obj::generated::btf_func_linkage where U: core::convert::From pub fn aya_obj::generated::btf_func_linkage::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_func_linkage where U: core::convert::Into pub type aya_obj::generated::btf_func_linkage::Error = core::convert::Infallible pub fn aya_obj::generated::btf_func_linkage::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_func_linkage where U: core::convert::TryFrom pub type aya_obj::generated::btf_func_linkage::Error = >::Error pub fn aya_obj::generated::btf_func_linkage::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_func_linkage where T: core::clone::Clone pub type aya_obj::generated::btf_func_linkage::Owned = T pub fn aya_obj::generated::btf_func_linkage::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_func_linkage::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_func_linkage where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_func_linkage::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_func_linkage where T: core::marker::Sized pub fn aya_obj::generated::btf_func_linkage::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_func_linkage where T: core::marker::Sized pub fn aya_obj::generated::btf_func_linkage::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_func_linkage pub fn aya_obj::generated::btf_func_linkage::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_event_sample_format pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_ADDR = 8 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_AUX = 1048576 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_BRANCH_STACK = 2048 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_CALLCHAIN = 32 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_CGROUP = 2097152 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_CODE_PAGE_SIZE = 8388608 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_CPU = 128 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_DATA_PAGE_SIZE = 4194304 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_DATA_SRC = 32768 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_ID = 64 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_IDENTIFIER = 65536 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_IP = 1 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_MAX = 33554432 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_PERIOD = 256 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_PHYS_ADDR = 524288 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_RAW = 1024 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_READ = 16 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_REGS_INTR = 262144 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_REGS_USER = 4096 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_STACK_USER = 8192 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_STREAM_ID = 512 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_TID = 2 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_TIME = 4 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_TRANSACTION = 131072 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_WEIGHT = 16384 pub aya_obj::generated::perf_event_sample_format::PERF_SAMPLE_WEIGHT_STRUCT = 16777216 impl core::clone::Clone for aya_obj::generated::perf_event_sample_format pub fn aya_obj::generated::perf_event_sample_format::clone(&self) -> aya_obj::generated::perf_event_sample_format impl core::cmp::Eq for aya_obj::generated::perf_event_sample_format impl core::cmp::PartialEq for aya_obj::generated::perf_event_sample_format pub fn aya_obj::generated::perf_event_sample_format::eq(&self, other: &aya_obj::generated::perf_event_sample_format) -> bool impl core::fmt::Debug for aya_obj::generated::perf_event_sample_format pub fn aya_obj::generated::perf_event_sample_format::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_event_sample_format pub fn aya_obj::generated::perf_event_sample_format::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_event_sample_format impl core::marker::StructuralEq for aya_obj::generated::perf_event_sample_format impl core::marker::StructuralPartialEq for aya_obj::generated::perf_event_sample_format impl core::marker::Send for aya_obj::generated::perf_event_sample_format impl core::marker::Sync for aya_obj::generated::perf_event_sample_format impl core::marker::Unpin for aya_obj::generated::perf_event_sample_format impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_sample_format impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_sample_format impl core::convert::Into for aya_obj::generated::perf_event_sample_format where U: core::convert::From pub fn aya_obj::generated::perf_event_sample_format::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_sample_format where U: core::convert::Into pub type aya_obj::generated::perf_event_sample_format::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_sample_format::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_sample_format where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_sample_format::Error = >::Error pub fn aya_obj::generated::perf_event_sample_format::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_sample_format where T: core::clone::Clone pub type aya_obj::generated::perf_event_sample_format::Owned = T pub fn aya_obj::generated::perf_event_sample_format::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_sample_format::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_sample_format where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_sample_format::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_sample_format where T: core::marker::Sized pub fn aya_obj::generated::perf_event_sample_format::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_sample_format where T: core::marker::Sized pub fn aya_obj::generated::perf_event_sample_format::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_sample_format pub fn aya_obj::generated::perf_event_sample_format::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_event_type pub aya_obj::generated::perf_event_type::PERF_RECORD_AUX = 11 pub aya_obj::generated::perf_event_type::PERF_RECORD_AUX_OUTPUT_HW_ID = 21 pub aya_obj::generated::perf_event_type::PERF_RECORD_BPF_EVENT = 18 pub aya_obj::generated::perf_event_type::PERF_RECORD_CGROUP = 19 pub aya_obj::generated::perf_event_type::PERF_RECORD_COMM = 3 pub aya_obj::generated::perf_event_type::PERF_RECORD_EXIT = 4 pub aya_obj::generated::perf_event_type::PERF_RECORD_FORK = 7 pub aya_obj::generated::perf_event_type::PERF_RECORD_ITRACE_START = 12 pub aya_obj::generated::perf_event_type::PERF_RECORD_KSYMBOL = 17 pub aya_obj::generated::perf_event_type::PERF_RECORD_LOST = 2 pub aya_obj::generated::perf_event_type::PERF_RECORD_LOST_SAMPLES = 13 pub aya_obj::generated::perf_event_type::PERF_RECORD_MAX = 22 pub aya_obj::generated::perf_event_type::PERF_RECORD_MMAP = 1 pub aya_obj::generated::perf_event_type::PERF_RECORD_MMAP2 = 10 pub aya_obj::generated::perf_event_type::PERF_RECORD_NAMESPACES = 16 pub aya_obj::generated::perf_event_type::PERF_RECORD_READ = 8 pub aya_obj::generated::perf_event_type::PERF_RECORD_SAMPLE = 9 pub aya_obj::generated::perf_event_type::PERF_RECORD_SWITCH = 14 pub aya_obj::generated::perf_event_type::PERF_RECORD_SWITCH_CPU_WIDE = 15 pub aya_obj::generated::perf_event_type::PERF_RECORD_TEXT_POKE = 20 pub aya_obj::generated::perf_event_type::PERF_RECORD_THROTTLE = 5 pub aya_obj::generated::perf_event_type::PERF_RECORD_UNTHROTTLE = 6 impl core::clone::Clone for aya_obj::generated::perf_event_type pub fn aya_obj::generated::perf_event_type::clone(&self) -> aya_obj::generated::perf_event_type impl core::cmp::Eq for aya_obj::generated::perf_event_type impl core::cmp::PartialEq for aya_obj::generated::perf_event_type pub fn aya_obj::generated::perf_event_type::eq(&self, other: &aya_obj::generated::perf_event_type) -> bool impl core::fmt::Debug for aya_obj::generated::perf_event_type pub fn aya_obj::generated::perf_event_type::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_event_type pub fn aya_obj::generated::perf_event_type::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_event_type impl core::marker::StructuralEq for aya_obj::generated::perf_event_type impl core::marker::StructuralPartialEq for aya_obj::generated::perf_event_type impl core::marker::Send for aya_obj::generated::perf_event_type impl core::marker::Sync for aya_obj::generated::perf_event_type impl core::marker::Unpin for aya_obj::generated::perf_event_type impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_type impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_type impl core::convert::Into for aya_obj::generated::perf_event_type where U: core::convert::From pub fn aya_obj::generated::perf_event_type::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_type where U: core::convert::Into pub type aya_obj::generated::perf_event_type::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_type::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_type where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_type::Error = >::Error pub fn aya_obj::generated::perf_event_type::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_type where T: core::clone::Clone pub type aya_obj::generated::perf_event_type::Owned = T pub fn aya_obj::generated::perf_event_type::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_type::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_type where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_type::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_type where T: core::marker::Sized pub fn aya_obj::generated::perf_event_type::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_type where T: core::marker::Sized pub fn aya_obj::generated::perf_event_type::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_type pub fn aya_obj::generated::perf_event_type::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_hw_cache_id pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_BPU = 5 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_DTLB = 3 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_ITLB = 4 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_L1D = 0 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_L1I = 1 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_LL = 2 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_MAX = 7 pub aya_obj::generated::perf_hw_cache_id::PERF_COUNT_HW_CACHE_NODE = 6 impl core::clone::Clone for aya_obj::generated::perf_hw_cache_id pub fn aya_obj::generated::perf_hw_cache_id::clone(&self) -> aya_obj::generated::perf_hw_cache_id impl core::cmp::Eq for aya_obj::generated::perf_hw_cache_id impl core::cmp::PartialEq for aya_obj::generated::perf_hw_cache_id pub fn aya_obj::generated::perf_hw_cache_id::eq(&self, other: &aya_obj::generated::perf_hw_cache_id) -> bool impl core::fmt::Debug for aya_obj::generated::perf_hw_cache_id pub fn aya_obj::generated::perf_hw_cache_id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_hw_cache_id pub fn aya_obj::generated::perf_hw_cache_id::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_hw_cache_id impl core::marker::StructuralEq for aya_obj::generated::perf_hw_cache_id impl core::marker::StructuralPartialEq for aya_obj::generated::perf_hw_cache_id impl core::marker::Send for aya_obj::generated::perf_hw_cache_id impl core::marker::Sync for aya_obj::generated::perf_hw_cache_id impl core::marker::Unpin for aya_obj::generated::perf_hw_cache_id impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_hw_cache_id impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_hw_cache_id impl core::convert::Into for aya_obj::generated::perf_hw_cache_id where U: core::convert::From pub fn aya_obj::generated::perf_hw_cache_id::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_hw_cache_id where U: core::convert::Into pub type aya_obj::generated::perf_hw_cache_id::Error = core::convert::Infallible pub fn aya_obj::generated::perf_hw_cache_id::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_hw_cache_id where U: core::convert::TryFrom pub type aya_obj::generated::perf_hw_cache_id::Error = >::Error pub fn aya_obj::generated::perf_hw_cache_id::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_hw_cache_id where T: core::clone::Clone pub type aya_obj::generated::perf_hw_cache_id::Owned = T pub fn aya_obj::generated::perf_hw_cache_id::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_hw_cache_id::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_hw_cache_id where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_id::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_hw_cache_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_id::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_hw_cache_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_id::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_hw_cache_id pub fn aya_obj::generated::perf_hw_cache_id::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_hw_cache_op_id pub aya_obj::generated::perf_hw_cache_op_id::PERF_COUNT_HW_CACHE_OP_MAX = 3 pub aya_obj::generated::perf_hw_cache_op_id::PERF_COUNT_HW_CACHE_OP_PREFETCH = 2 pub aya_obj::generated::perf_hw_cache_op_id::PERF_COUNT_HW_CACHE_OP_READ = 0 pub aya_obj::generated::perf_hw_cache_op_id::PERF_COUNT_HW_CACHE_OP_WRITE = 1 impl core::clone::Clone for aya_obj::generated::perf_hw_cache_op_id pub fn aya_obj::generated::perf_hw_cache_op_id::clone(&self) -> aya_obj::generated::perf_hw_cache_op_id impl core::cmp::Eq for aya_obj::generated::perf_hw_cache_op_id impl core::cmp::PartialEq for aya_obj::generated::perf_hw_cache_op_id pub fn aya_obj::generated::perf_hw_cache_op_id::eq(&self, other: &aya_obj::generated::perf_hw_cache_op_id) -> bool impl core::fmt::Debug for aya_obj::generated::perf_hw_cache_op_id pub fn aya_obj::generated::perf_hw_cache_op_id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_hw_cache_op_id pub fn aya_obj::generated::perf_hw_cache_op_id::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_hw_cache_op_id impl core::marker::StructuralEq for aya_obj::generated::perf_hw_cache_op_id impl core::marker::StructuralPartialEq for aya_obj::generated::perf_hw_cache_op_id impl core::marker::Send for aya_obj::generated::perf_hw_cache_op_id impl core::marker::Sync for aya_obj::generated::perf_hw_cache_op_id impl core::marker::Unpin for aya_obj::generated::perf_hw_cache_op_id impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_hw_cache_op_id impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_hw_cache_op_id impl core::convert::Into for aya_obj::generated::perf_hw_cache_op_id where U: core::convert::From pub fn aya_obj::generated::perf_hw_cache_op_id::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_hw_cache_op_id where U: core::convert::Into pub type aya_obj::generated::perf_hw_cache_op_id::Error = core::convert::Infallible pub fn aya_obj::generated::perf_hw_cache_op_id::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_hw_cache_op_id where U: core::convert::TryFrom pub type aya_obj::generated::perf_hw_cache_op_id::Error = >::Error pub fn aya_obj::generated::perf_hw_cache_op_id::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_hw_cache_op_id where T: core::clone::Clone pub type aya_obj::generated::perf_hw_cache_op_id::Owned = T pub fn aya_obj::generated::perf_hw_cache_op_id::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_hw_cache_op_id::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_hw_cache_op_id where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_op_id::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_hw_cache_op_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_op_id::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_hw_cache_op_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_op_id::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_hw_cache_op_id pub fn aya_obj::generated::perf_hw_cache_op_id::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_hw_cache_op_result_id pub aya_obj::generated::perf_hw_cache_op_result_id::PERF_COUNT_HW_CACHE_RESULT_ACCESS = 0 pub aya_obj::generated::perf_hw_cache_op_result_id::PERF_COUNT_HW_CACHE_RESULT_MAX = 2 pub aya_obj::generated::perf_hw_cache_op_result_id::PERF_COUNT_HW_CACHE_RESULT_MISS = 1 impl core::clone::Clone for aya_obj::generated::perf_hw_cache_op_result_id pub fn aya_obj::generated::perf_hw_cache_op_result_id::clone(&self) -> aya_obj::generated::perf_hw_cache_op_result_id impl core::cmp::Eq for aya_obj::generated::perf_hw_cache_op_result_id impl core::cmp::PartialEq for aya_obj::generated::perf_hw_cache_op_result_id pub fn aya_obj::generated::perf_hw_cache_op_result_id::eq(&self, other: &aya_obj::generated::perf_hw_cache_op_result_id) -> bool impl core::fmt::Debug for aya_obj::generated::perf_hw_cache_op_result_id pub fn aya_obj::generated::perf_hw_cache_op_result_id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_hw_cache_op_result_id pub fn aya_obj::generated::perf_hw_cache_op_result_id::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_hw_cache_op_result_id impl core::marker::StructuralEq for aya_obj::generated::perf_hw_cache_op_result_id impl core::marker::StructuralPartialEq for aya_obj::generated::perf_hw_cache_op_result_id impl core::marker::Send for aya_obj::generated::perf_hw_cache_op_result_id impl core::marker::Sync for aya_obj::generated::perf_hw_cache_op_result_id impl core::marker::Unpin for aya_obj::generated::perf_hw_cache_op_result_id impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_hw_cache_op_result_id impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_hw_cache_op_result_id impl core::convert::Into for aya_obj::generated::perf_hw_cache_op_result_id where U: core::convert::From pub fn aya_obj::generated::perf_hw_cache_op_result_id::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_hw_cache_op_result_id where U: core::convert::Into pub type aya_obj::generated::perf_hw_cache_op_result_id::Error = core::convert::Infallible pub fn aya_obj::generated::perf_hw_cache_op_result_id::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_hw_cache_op_result_id where U: core::convert::TryFrom pub type aya_obj::generated::perf_hw_cache_op_result_id::Error = >::Error pub fn aya_obj::generated::perf_hw_cache_op_result_id::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_hw_cache_op_result_id where T: core::clone::Clone pub type aya_obj::generated::perf_hw_cache_op_result_id::Owned = T pub fn aya_obj::generated::perf_hw_cache_op_result_id::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_hw_cache_op_result_id::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_hw_cache_op_result_id where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_op_result_id::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_hw_cache_op_result_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_op_result_id::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_hw_cache_op_result_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_cache_op_result_id::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_hw_cache_op_result_id pub fn aya_obj::generated::perf_hw_cache_op_result_id::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_hw_id pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 4 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_BRANCH_MISSES = 5 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_BUS_CYCLES = 6 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_CACHE_MISSES = 3 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_CACHE_REFERENCES = 2 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_CPU_CYCLES = 0 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_INSTRUCTIONS = 1 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_MAX = 10 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_REF_CPU_CYCLES = 9 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 8 pub aya_obj::generated::perf_hw_id::PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 7 impl core::clone::Clone for aya_obj::generated::perf_hw_id pub fn aya_obj::generated::perf_hw_id::clone(&self) -> aya_obj::generated::perf_hw_id impl core::cmp::Eq for aya_obj::generated::perf_hw_id impl core::cmp::PartialEq for aya_obj::generated::perf_hw_id pub fn aya_obj::generated::perf_hw_id::eq(&self, other: &aya_obj::generated::perf_hw_id) -> bool impl core::fmt::Debug for aya_obj::generated::perf_hw_id pub fn aya_obj::generated::perf_hw_id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_hw_id pub fn aya_obj::generated::perf_hw_id::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_hw_id impl core::marker::StructuralEq for aya_obj::generated::perf_hw_id impl core::marker::StructuralPartialEq for aya_obj::generated::perf_hw_id impl core::marker::Send for aya_obj::generated::perf_hw_id impl core::marker::Sync for aya_obj::generated::perf_hw_id impl core::marker::Unpin for aya_obj::generated::perf_hw_id impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_hw_id impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_hw_id impl core::convert::Into for aya_obj::generated::perf_hw_id where U: core::convert::From pub fn aya_obj::generated::perf_hw_id::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_hw_id where U: core::convert::Into pub type aya_obj::generated::perf_hw_id::Error = core::convert::Infallible pub fn aya_obj::generated::perf_hw_id::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_hw_id where U: core::convert::TryFrom pub type aya_obj::generated::perf_hw_id::Error = >::Error pub fn aya_obj::generated::perf_hw_id::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_hw_id where T: core::clone::Clone pub type aya_obj::generated::perf_hw_id::Owned = T pub fn aya_obj::generated::perf_hw_id::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_hw_id::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_hw_id where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_hw_id::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_hw_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_id::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_hw_id where T: core::marker::Sized pub fn aya_obj::generated::perf_hw_id::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_hw_id pub fn aya_obj::generated::perf_hw_id::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_sw_ids pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_ALIGNMENT_FAULTS = 7 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_BPF_OUTPUT = 10 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_CGROUP_SWITCHES = 11 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_CONTEXT_SWITCHES = 3 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_CPU_CLOCK = 0 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_CPU_MIGRATIONS = 4 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_DUMMY = 9 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_EMULATION_FAULTS = 8 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_MAX = 12 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_PAGE_FAULTS = 2 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_PAGE_FAULTS_MAJ = 6 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_PAGE_FAULTS_MIN = 5 pub aya_obj::generated::perf_sw_ids::PERF_COUNT_SW_TASK_CLOCK = 1 impl core::clone::Clone for aya_obj::generated::perf_sw_ids pub fn aya_obj::generated::perf_sw_ids::clone(&self) -> aya_obj::generated::perf_sw_ids impl core::cmp::Eq for aya_obj::generated::perf_sw_ids impl core::cmp::PartialEq for aya_obj::generated::perf_sw_ids pub fn aya_obj::generated::perf_sw_ids::eq(&self, other: &aya_obj::generated::perf_sw_ids) -> bool impl core::fmt::Debug for aya_obj::generated::perf_sw_ids pub fn aya_obj::generated::perf_sw_ids::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_sw_ids pub fn aya_obj::generated::perf_sw_ids::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_sw_ids impl core::marker::StructuralEq for aya_obj::generated::perf_sw_ids impl core::marker::StructuralPartialEq for aya_obj::generated::perf_sw_ids impl core::marker::Send for aya_obj::generated::perf_sw_ids impl core::marker::Sync for aya_obj::generated::perf_sw_ids impl core::marker::Unpin for aya_obj::generated::perf_sw_ids impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_sw_ids impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_sw_ids impl core::convert::Into for aya_obj::generated::perf_sw_ids where U: core::convert::From pub fn aya_obj::generated::perf_sw_ids::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_sw_ids where U: core::convert::Into pub type aya_obj::generated::perf_sw_ids::Error = core::convert::Infallible pub fn aya_obj::generated::perf_sw_ids::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_sw_ids where U: core::convert::TryFrom pub type aya_obj::generated::perf_sw_ids::Error = >::Error pub fn aya_obj::generated::perf_sw_ids::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_sw_ids where T: core::clone::Clone pub type aya_obj::generated::perf_sw_ids::Owned = T pub fn aya_obj::generated::perf_sw_ids::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_sw_ids::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_sw_ids where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_sw_ids::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_sw_ids where T: core::marker::Sized pub fn aya_obj::generated::perf_sw_ids::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_sw_ids where T: core::marker::Sized pub fn aya_obj::generated::perf_sw_ids::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_sw_ids pub fn aya_obj::generated::perf_sw_ids::from(t: T) -> T #[repr(u32)] pub enum aya_obj::generated::perf_type_id pub aya_obj::generated::perf_type_id::PERF_TYPE_BREAKPOINT = 5 pub aya_obj::generated::perf_type_id::PERF_TYPE_HARDWARE = 0 pub aya_obj::generated::perf_type_id::PERF_TYPE_HW_CACHE = 3 pub aya_obj::generated::perf_type_id::PERF_TYPE_MAX = 6 pub aya_obj::generated::perf_type_id::PERF_TYPE_RAW = 4 pub aya_obj::generated::perf_type_id::PERF_TYPE_SOFTWARE = 1 pub aya_obj::generated::perf_type_id::PERF_TYPE_TRACEPOINT = 2 impl core::clone::Clone for aya_obj::generated::perf_type_id pub fn aya_obj::generated::perf_type_id::clone(&self) -> aya_obj::generated::perf_type_id impl core::cmp::Eq for aya_obj::generated::perf_type_id impl core::cmp::PartialEq for aya_obj::generated::perf_type_id pub fn aya_obj::generated::perf_type_id::eq(&self, other: &aya_obj::generated::perf_type_id) -> bool impl core::fmt::Debug for aya_obj::generated::perf_type_id pub fn aya_obj::generated::perf_type_id::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::perf_type_id pub fn aya_obj::generated::perf_type_id::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::perf_type_id impl core::marker::StructuralEq for aya_obj::generated::perf_type_id impl core::marker::StructuralPartialEq for aya_obj::generated::perf_type_id impl core::marker::Send for aya_obj::generated::perf_type_id impl core::marker::Sync for aya_obj::generated::perf_type_id impl core::marker::Unpin for aya_obj::generated::perf_type_id impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_type_id impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_type_id impl core::convert::Into for aya_obj::generated::perf_type_id where U: core::convert::From pub fn aya_obj::generated::perf_type_id::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_type_id where U: core::convert::Into pub type aya_obj::generated::perf_type_id::Error = core::convert::Infallible pub fn aya_obj::generated::perf_type_id::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_type_id where U: core::convert::TryFrom pub type aya_obj::generated::perf_type_id::Error = >::Error pub fn aya_obj::generated::perf_type_id::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_type_id where T: core::clone::Clone pub type aya_obj::generated::perf_type_id::Owned = T pub fn aya_obj::generated::perf_type_id::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_type_id::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_type_id where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_type_id::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_type_id where T: core::marker::Sized pub fn aya_obj::generated::perf_type_id::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_type_id where T: core::marker::Sized pub fn aya_obj::generated::perf_type_id::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_type_id pub fn aya_obj::generated::perf_type_id::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr pub aya_obj::generated::bpf_attr::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_1 pub aya_obj::generated::bpf_attr::__bindgen_anon_2: aya_obj::generated::bpf_attr__bindgen_ty_2 pub aya_obj::generated::bpf_attr::__bindgen_anon_3: aya_obj::generated::bpf_attr__bindgen_ty_4 pub aya_obj::generated::bpf_attr::__bindgen_anon_4: aya_obj::generated::bpf_attr__bindgen_ty_5 pub aya_obj::generated::bpf_attr::__bindgen_anon_5: aya_obj::generated::bpf_attr__bindgen_ty_6 pub aya_obj::generated::bpf_attr::__bindgen_anon_6: aya_obj::generated::bpf_attr__bindgen_ty_8 pub aya_obj::generated::bpf_attr::__bindgen_anon_7: aya_obj::generated::bpf_attr__bindgen_ty_12 pub aya_obj::generated::bpf_attr::batch: aya_obj::generated::bpf_attr__bindgen_ty_3 pub aya_obj::generated::bpf_attr::enable_stats: aya_obj::generated::bpf_attr__bindgen_ty_17 pub aya_obj::generated::bpf_attr::info: aya_obj::generated::bpf_attr__bindgen_ty_9 pub aya_obj::generated::bpf_attr::iter_create: aya_obj::generated::bpf_attr__bindgen_ty_18 pub aya_obj::generated::bpf_attr::link_create: aya_obj::generated::bpf_attr__bindgen_ty_14 pub aya_obj::generated::bpf_attr::link_detach: aya_obj::generated::bpf_attr__bindgen_ty_16 pub aya_obj::generated::bpf_attr::link_update: aya_obj::generated::bpf_attr__bindgen_ty_15 pub aya_obj::generated::bpf_attr::prog_bind_map: aya_obj::generated::bpf_attr__bindgen_ty_19 pub aya_obj::generated::bpf_attr::query: aya_obj::generated::bpf_attr__bindgen_ty_10 pub aya_obj::generated::bpf_attr::raw_tracepoint: aya_obj::generated::bpf_attr__bindgen_ty_11 pub aya_obj::generated::bpf_attr::task_fd_query: aya_obj::generated::bpf_attr__bindgen_ty_13 pub aya_obj::generated::bpf_attr::test: aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::clone::Clone for aya_obj::generated::bpf_attr pub fn aya_obj::generated::bpf_attr::clone(&self) -> aya_obj::generated::bpf_attr impl core::marker::Copy for aya_obj::generated::bpf_attr impl core::marker::Send for aya_obj::generated::bpf_attr impl core::marker::Sync for aya_obj::generated::bpf_attr impl core::marker::Unpin for aya_obj::generated::bpf_attr impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr impl core::convert::Into for aya_obj::generated::bpf_attr where U: core::convert::From pub fn aya_obj::generated::bpf_attr::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr where U: core::convert::Into pub type aya_obj::generated::bpf_attr::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr::Error = >::Error pub fn aya_obj::generated::bpf_attr::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr where T: core::clone::Clone pub type aya_obj::generated::bpf_attr::Owned = T pub fn aya_obj::generated::bpf_attr::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr pub fn aya_obj::generated::bpf_attr::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::map_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::prog_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::target_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::target_ifindex: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::kprobe_multi: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::netfilter: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::perf_event: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::target_btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::tracing: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::new_map_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::new_prog_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::old_map_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::old_prog_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::next_key: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::value: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::attach_btf_obj_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::attach_prog_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::link_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::map_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::prog_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::start_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 pub aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::fd: core::ffi::c_int pub aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 pub fn aya_obj::generated::bpf_cpumap_val__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_devmap_val__bindgen_ty_1 pub aya_obj::generated::bpf_devmap_val__bindgen_ty_1::fd: core::ffi::c_int pub aya_obj::generated::bpf_devmap_val__bindgen_ty_1::id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_devmap_val__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_devmap_val__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_devmap_val__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_devmap_val__bindgen_ty_1 pub fn aya_obj::generated::bpf_devmap_val__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_link_info__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::cgroup: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::iter: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::netfilter: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::netns: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::raw_tracepoint: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::struct_ops: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::tracing: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 pub aya_obj::generated::bpf_link_info__bindgen_ty_1::xdp: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::map: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::cgroup: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::task: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::btf_type__bindgen_ty_1 pub aya_obj::generated::btf_type__bindgen_ty_1::size: aya_obj::generated::__u32 pub aya_obj::generated::btf_type__bindgen_ty_1::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_type__bindgen_ty_1 pub fn aya_obj::generated::btf_type__bindgen_ty_1::clone(&self) -> aya_obj::generated::btf_type__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::btf_type__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::btf_type__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::btf_type__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::btf_type__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_type__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_type__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::btf_type__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::btf_type__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_type__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::btf_type__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::btf_type__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_type__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::btf_type__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::btf_type__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_type__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::btf_type__bindgen_ty_1::Owned = T pub fn aya_obj::generated::btf_type__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_type__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_type__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_type__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_type__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::btf_type__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_type__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::btf_type__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_type__bindgen_ty_1 pub fn aya_obj::generated::btf_type__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::perf_event_attr__bindgen_ty_1 pub aya_obj::generated::perf_event_attr__bindgen_ty_1::sample_freq: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_1::sample_period: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::perf_event_attr__bindgen_ty_1 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::clone(&self) -> aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::perf_event_attr__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_attr__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::perf_event_attr__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_attr__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_attr__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_attr__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::perf_event_attr__bindgen_ty_1::Owned = T pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_attr__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_attr__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_attr__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_attr__bindgen_ty_1 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::perf_event_attr__bindgen_ty_2 pub aya_obj::generated::perf_event_attr__bindgen_ty_2::wakeup_events: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr__bindgen_ty_2::wakeup_watermark: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::perf_event_attr__bindgen_ty_2 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::clone(&self) -> aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::marker::Copy for aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::perf_event_attr__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_attr__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::perf_event_attr__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_attr__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_attr__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_attr__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::perf_event_attr__bindgen_ty_2::Owned = T pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_attr__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_attr__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_attr__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_attr__bindgen_ty_2 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::perf_event_attr__bindgen_ty_3 pub aya_obj::generated::perf_event_attr__bindgen_ty_3::bp_addr: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_3::config1: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_3::kprobe_func: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_3::uprobe_path: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::perf_event_attr__bindgen_ty_3 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::clone(&self) -> aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::marker::Copy for aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::marker::Send for aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::marker::Sync for aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::marker::Unpin for aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_3 impl core::convert::Into for aya_obj::generated::perf_event_attr__bindgen_ty_3 where U: core::convert::From pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_attr__bindgen_ty_3 where U: core::convert::Into pub type aya_obj::generated::perf_event_attr__bindgen_ty_3::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_attr__bindgen_ty_3 where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_attr__bindgen_ty_3::Error = >::Error pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_attr__bindgen_ty_3 where T: core::clone::Clone pub type aya_obj::generated::perf_event_attr__bindgen_ty_3::Owned = T pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_attr__bindgen_ty_3 where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_attr__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_attr__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_attr__bindgen_ty_3 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_3::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::perf_event_attr__bindgen_ty_4 pub aya_obj::generated::perf_event_attr__bindgen_ty_4::bp_len: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_4::config2: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_4::kprobe_addr: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr__bindgen_ty_4::probe_offset: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::perf_event_attr__bindgen_ty_4 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::clone(&self) -> aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::marker::Copy for aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::marker::Send for aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::marker::Sync for aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::marker::Unpin for aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_attr__bindgen_ty_4 impl core::convert::Into for aya_obj::generated::perf_event_attr__bindgen_ty_4 where U: core::convert::From pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_attr__bindgen_ty_4 where U: core::convert::Into pub type aya_obj::generated::perf_event_attr__bindgen_ty_4::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_attr__bindgen_ty_4 where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_attr__bindgen_ty_4::Error = >::Error pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_attr__bindgen_ty_4 where T: core::clone::Clone pub type aya_obj::generated::perf_event_attr__bindgen_ty_4::Owned = T pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_attr__bindgen_ty_4 where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_attr__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_attr__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_attr__bindgen_ty_4 pub fn aya_obj::generated::perf_event_attr__bindgen_ty_4::from(t: T) -> T #[repr(C)] pub union aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 pub aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::__bindgen_anon_1: aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 pub aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::capabilities: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::clone(&self) -> aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::marker::Copy for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::Owned = T pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::__BindgenBitfieldUnit impl aya_obj::generated::__BindgenBitfieldUnit where Storage: core::convert::AsRef<[u8]> + core::convert::AsMut<[u8]> pub fn aya_obj::generated::__BindgenBitfieldUnit::get(&self, bit_offset: usize, bit_width: u8) -> u64 pub fn aya_obj::generated::__BindgenBitfieldUnit::get_bit(&self, index: usize) -> bool pub fn aya_obj::generated::__BindgenBitfieldUnit::set(&mut self, bit_offset: usize, bit_width: u8, val: u64) pub fn aya_obj::generated::__BindgenBitfieldUnit::set_bit(&mut self, index: usize, val: bool) impl aya_obj::generated::__BindgenBitfieldUnit pub const fn aya_obj::generated::__BindgenBitfieldUnit::new(storage: Storage) -> Self impl core::clone::Clone for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::clone(&self) -> aya_obj::generated::__BindgenBitfieldUnit impl core::cmp::Eq for aya_obj::generated::__BindgenBitfieldUnit impl core::cmp::Ord for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::cmp(&self, other: &aya_obj::generated::__BindgenBitfieldUnit) -> core::cmp::Ordering impl core::cmp::PartialEq> for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::eq(&self, other: &aya_obj::generated::__BindgenBitfieldUnit) -> bool impl core::cmp::PartialOrd> for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::partial_cmp(&self, other: &aya_obj::generated::__BindgenBitfieldUnit) -> core::option::Option impl core::default::Default for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::default() -> aya_obj::generated::__BindgenBitfieldUnit impl core::fmt::Debug for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::hash::Hash for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::hash<__H: core::hash::Hasher>(&self, state: &mut __H) impl core::marker::Copy for aya_obj::generated::__BindgenBitfieldUnit impl core::marker::StructuralEq for aya_obj::generated::__BindgenBitfieldUnit impl core::marker::StructuralPartialEq for aya_obj::generated::__BindgenBitfieldUnit impl core::marker::Send for aya_obj::generated::__BindgenBitfieldUnit where Storage: core::marker::Send impl core::marker::Sync for aya_obj::generated::__BindgenBitfieldUnit where Storage: core::marker::Sync impl core::marker::Unpin for aya_obj::generated::__BindgenBitfieldUnit where Storage: core::marker::Unpin impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::__BindgenBitfieldUnit where Storage: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::__BindgenBitfieldUnit where Storage: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_obj::generated::__BindgenBitfieldUnit where U: core::convert::From pub fn aya_obj::generated::__BindgenBitfieldUnit::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::__BindgenBitfieldUnit where U: core::convert::Into pub type aya_obj::generated::__BindgenBitfieldUnit::Error = core::convert::Infallible pub fn aya_obj::generated::__BindgenBitfieldUnit::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::__BindgenBitfieldUnit where U: core::convert::TryFrom pub type aya_obj::generated::__BindgenBitfieldUnit::Error = >::Error pub fn aya_obj::generated::__BindgenBitfieldUnit::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::__BindgenBitfieldUnit where T: core::clone::Clone pub type aya_obj::generated::__BindgenBitfieldUnit::Owned = T pub fn aya_obj::generated::__BindgenBitfieldUnit::clone_into(&self, target: &mut T) pub fn aya_obj::generated::__BindgenBitfieldUnit::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::__BindgenBitfieldUnit where T: 'static + core::marker::Sized pub fn aya_obj::generated::__BindgenBitfieldUnit::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::__BindgenBitfieldUnit where T: core::marker::Sized pub fn aya_obj::generated::__BindgenBitfieldUnit::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::__BindgenBitfieldUnit where T: core::marker::Sized pub fn aya_obj::generated::__BindgenBitfieldUnit::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::__BindgenBitfieldUnit pub fn aya_obj::generated::__BindgenBitfieldUnit::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::__IncompleteArrayField(_, _) impl aya_obj::generated::__IncompleteArrayField pub fn aya_obj::generated::__IncompleteArrayField::as_mut_ptr(&mut self) -> *mut T pub unsafe fn aya_obj::generated::__IncompleteArrayField::as_mut_slice(&mut self, len: usize) -> &mut [T] 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::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 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::__IncompleteArrayField where T: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::__IncompleteArrayField where T: core::panic::unwind_safe::UnwindSafe impl core::convert::Into for aya_obj::generated::__IncompleteArrayField where U: core::convert::From pub fn aya_obj::generated::__IncompleteArrayField::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::__IncompleteArrayField where U: core::convert::Into pub type aya_obj::generated::__IncompleteArrayField::Error = core::convert::Infallible pub fn aya_obj::generated::__IncompleteArrayField::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::__IncompleteArrayField where U: core::convert::TryFrom pub type aya_obj::generated::__IncompleteArrayField::Error = >::Error pub fn aya_obj::generated::__IncompleteArrayField::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_obj::generated::__IncompleteArrayField where T: 'static + core::marker::Sized pub fn aya_obj::generated::__IncompleteArrayField::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::__IncompleteArrayField where T: core::marker::Sized pub fn aya_obj::generated::__IncompleteArrayField::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::__IncompleteArrayField where T: core::marker::Sized pub fn aya_obj::generated::__IncompleteArrayField::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::__IncompleteArrayField pub fn aya_obj::generated::__IncompleteArrayField::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_1::btf_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::btf_key_type_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::btf_value_type_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::btf_vmlinux_value_type_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::inner_map_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::key_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::map_extra: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_1::map_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::map_ifindex: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::map_name: [core::ffi::c_char; 16] pub aya_obj::generated::bpf_attr__bindgen_ty_1::map_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::max_entries: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::numa_node: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_1::value_size: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_10 pub aya_obj::generated::bpf_attr__bindgen_ty_10::attach_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_10::attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_10::prog_attach_flags: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_10::prog_cnt: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_10::prog_ids: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_10::query_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_10::target_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_10 pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_10 pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_10 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_10 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_10 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_10::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_10 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_10::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_10 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_10::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_10 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_10 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_10 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_10 pub fn aya_obj::generated::bpf_attr__bindgen_ty_10::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_11 pub aya_obj::generated::bpf_attr__bindgen_ty_11::name: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_11::prog_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_11 pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_11 pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_11 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_11 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_11 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_11::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_11 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_11::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_11 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_11::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_11 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_11 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_11 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_11 pub fn aya_obj::generated::bpf_attr__bindgen_ty_11::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_12 pub aya_obj::generated::bpf_attr__bindgen_ty_12::btf: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_12::btf_log_buf: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_12::btf_log_level: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_12::btf_log_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_12::btf_log_true_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_12::btf_size: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_12 pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_12 pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_12 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_12 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_12 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_12::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_12 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_12::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_12 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_12::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_12 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_12 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_12 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_12 pub fn aya_obj::generated::bpf_attr__bindgen_ty_12::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_13 pub aya_obj::generated::bpf_attr__bindgen_ty_13::buf: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_13::buf_len: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_13::fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_13::fd_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_13::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_13::pid: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_13::probe_addr: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_13::probe_offset: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_13::prog_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_13 pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_13 pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_13 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_13 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_13 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_13::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_13 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_13::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_13 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_13::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_13 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_13 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_13 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_13 pub fn aya_obj::generated::bpf_attr__bindgen_ty_13::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_14 pub aya_obj::generated::bpf_attr__bindgen_ty_14::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_14::__bindgen_anon_2: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_14::__bindgen_anon_3: aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3 pub aya_obj::generated::bpf_attr__bindgen_ty_14::attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14::flags: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::iter_info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::iter_info_len: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::bpf_cookie: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::addrs: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::cnt: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::cookies: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::syms: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_3::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::cookie: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::target_btf_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_4::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::hooknum: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::pf: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::priority: aya_obj::generated::__s32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5 pub fn aya_obj::generated::bpf_attr__bindgen_ty_14__bindgen_ty_3__bindgen_ty_5::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_15 pub aya_obj::generated::bpf_attr__bindgen_ty_15::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_15::__bindgen_anon_2: aya_obj::generated::bpf_attr__bindgen_ty_15__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_15::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_15::link_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_15 pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_15 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_15 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_15 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_15::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_15 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_15::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_15 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_15::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_15 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_15 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_15 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_15 pub fn aya_obj::generated::bpf_attr__bindgen_ty_15::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_16 pub aya_obj::generated::bpf_attr__bindgen_ty_16::link_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_16 pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_16 pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_16 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_16 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_16 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_16::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_16 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_16::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_16 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_16::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_16 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_16 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_16 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_16 pub fn aya_obj::generated::bpf_attr__bindgen_ty_16::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_17 pub aya_obj::generated::bpf_attr__bindgen_ty_17::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_17 pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_17 pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_17 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_17 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_17 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_17::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_17 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_17::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_17 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_17::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_17 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_17 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_17 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_17 pub fn aya_obj::generated::bpf_attr__bindgen_ty_17::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_18 pub aya_obj::generated::bpf_attr__bindgen_ty_18::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_18::link_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_18 pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_18 pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_18 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_18 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_18 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_18::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_18 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_18::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_18 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_18::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_18 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_18 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_18 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_18 pub fn aya_obj::generated::bpf_attr__bindgen_ty_18::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_19 pub aya_obj::generated::bpf_attr__bindgen_ty_19::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_19::map_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_19::prog_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_19 pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_19 pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_19 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_19 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_19 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_19::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_19 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_19::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_19 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_19::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_19 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_19 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_19 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_19 pub fn aya_obj::generated::bpf_attr__bindgen_ty_19::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_2 pub aya_obj::generated::bpf_attr__bindgen_ty_2::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_2__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_2::flags: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_2::key: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_2::map_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_2 pub fn aya_obj::generated::bpf_attr__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_3 pub aya_obj::generated::bpf_attr__bindgen_ty_3::count: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_3::elem_flags: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_3::flags: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_3::in_batch: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_3::keys: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_3::map_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_3::out_batch: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_3::values: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_3 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_3 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_3 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_3::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_3 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_3::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_3 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_3::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_3 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_3 pub fn aya_obj::generated::bpf_attr__bindgen_ty_3::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_4 pub aya_obj::generated::bpf_attr__bindgen_ty_4::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_4__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_4::attach_btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::core_relo_cnt: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::core_relo_rec_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::core_relos: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::expected_attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::fd_array: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::func_info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::func_info_cnt: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::func_info_rec_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::insn_cnt: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::insns: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::kern_version: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::license: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::line_info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::line_info_cnt: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::line_info_rec_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::log_buf: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_4::log_level: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::log_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::log_true_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::prog_btf_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::prog_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::prog_ifindex: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_4::prog_name: [core::ffi::c_char; 16] pub aya_obj::generated::bpf_attr__bindgen_ty_4::prog_type: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_4 pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_4 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_4 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_4 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_4::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_4 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_4::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_4 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_4::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_4 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_4 pub fn aya_obj::generated::bpf_attr__bindgen_ty_4::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_5 pub aya_obj::generated::bpf_attr__bindgen_ty_5::bpf_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_5::file_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_5::path_fd: aya_obj::generated::__s32 pub aya_obj::generated::bpf_attr__bindgen_ty_5::pathname: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_5 pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_5 pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_5 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_5 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_5 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_5::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_5 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_5::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_5 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_5::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_5 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_5 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_5 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_5 pub fn aya_obj::generated::bpf_attr__bindgen_ty_5::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_6 pub aya_obj::generated::bpf_attr__bindgen_ty_6::attach_bpf_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_6::attach_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_6::attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_6::replace_bpf_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_6::target_fd: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_6 pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_6 pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_6 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_6 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_6 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_6::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_6 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_6::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_6 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_6::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_6 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_6 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_6 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_6 pub fn aya_obj::generated::bpf_attr__bindgen_ty_6::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_7 pub aya_obj::generated::bpf_attr__bindgen_ty_7::batch_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::cpu: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::ctx_in: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_7::ctx_out: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_7::ctx_size_in: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::ctx_size_out: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::data_in: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_7::data_out: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_7::data_size_in: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::data_size_out: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::duration: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::prog_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::repeat: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_7::retval: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_7 pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_7 pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_7 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_7 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_7 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_7::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_7 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_7::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_7 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_7::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_7 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_7 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_7 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_7 pub fn aya_obj::generated::bpf_attr__bindgen_ty_7::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_8 pub aya_obj::generated::bpf_attr__bindgen_ty_8::__bindgen_anon_1: aya_obj::generated::bpf_attr__bindgen_ty_8__bindgen_ty_1 pub aya_obj::generated::bpf_attr__bindgen_ty_8::next_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_8::open_flags: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_8 pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_8 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_8 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_8 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_8::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_8 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_8::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_8 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_8::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_8 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_8 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_8 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_8 pub fn aya_obj::generated::bpf_attr__bindgen_ty_8::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_attr__bindgen_ty_9 pub aya_obj::generated::bpf_attr__bindgen_ty_9::bpf_fd: aya_obj::generated::__u32 pub aya_obj::generated::bpf_attr__bindgen_ty_9::info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_attr__bindgen_ty_9::info_len: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_attr__bindgen_ty_9 pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::clone(&self) -> aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::fmt::Debug for aya_obj::generated::bpf_attr__bindgen_ty_9 pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::marker::Send for aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::marker::Sync for aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::marker::Unpin for aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_attr__bindgen_ty_9 impl core::convert::Into for aya_obj::generated::bpf_attr__bindgen_ty_9 where U: core::convert::From pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_attr__bindgen_ty_9 where U: core::convert::Into pub type aya_obj::generated::bpf_attr__bindgen_ty_9::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_attr__bindgen_ty_9 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_attr__bindgen_ty_9::Error = >::Error pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_attr__bindgen_ty_9 where T: core::clone::Clone pub type aya_obj::generated::bpf_attr__bindgen_ty_9::Owned = T pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_attr__bindgen_ty_9 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_attr__bindgen_ty_9 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_attr__bindgen_ty_9 where T: core::marker::Sized pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_attr__bindgen_ty_9 pub fn aya_obj::generated::bpf_attr__bindgen_ty_9::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_btf_info pub aya_obj::generated::bpf_btf_info::btf: aya_obj::generated::__u64 pub aya_obj::generated::bpf_btf_info::btf_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_btf_info::id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_btf_info::kernel_btf: aya_obj::generated::__u32 pub aya_obj::generated::bpf_btf_info::name: aya_obj::generated::__u64 pub aya_obj::generated::bpf_btf_info::name_len: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_btf_info pub fn aya_obj::generated::bpf_btf_info::clone(&self) -> aya_obj::generated::bpf_btf_info impl core::fmt::Debug for aya_obj::generated::bpf_btf_info pub fn aya_obj::generated::bpf_btf_info::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_btf_info impl core::marker::Send for aya_obj::generated::bpf_btf_info impl core::marker::Sync for aya_obj::generated::bpf_btf_info impl core::marker::Unpin for aya_obj::generated::bpf_btf_info impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_btf_info impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_btf_info impl core::convert::Into for aya_obj::generated::bpf_btf_info where U: core::convert::From pub fn aya_obj::generated::bpf_btf_info::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_btf_info where U: core::convert::Into pub type aya_obj::generated::bpf_btf_info::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_btf_info::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_btf_info where U: core::convert::TryFrom pub type aya_obj::generated::bpf_btf_info::Error = >::Error pub fn aya_obj::generated::bpf_btf_info::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_btf_info where T: core::clone::Clone pub type aya_obj::generated::bpf_btf_info::Owned = T pub fn aya_obj::generated::bpf_btf_info::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_btf_info::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_btf_info where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_btf_info::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_btf_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_btf_info::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_btf_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_btf_info::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_btf_info pub fn aya_obj::generated::bpf_btf_info::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_core_relo pub aya_obj::generated::bpf_core_relo::access_str_off: core::ffi::c_uint pub aya_obj::generated::bpf_core_relo::insn_off: core::ffi::c_uint pub aya_obj::generated::bpf_core_relo::kind: aya_obj::generated::bpf_core_relo_kind::Type pub aya_obj::generated::bpf_core_relo::type_id: core::ffi::c_uint impl core::clone::Clone for aya_obj::generated::bpf_core_relo pub fn aya_obj::generated::bpf_core_relo::clone(&self) -> aya_obj::generated::bpf_core_relo impl core::fmt::Debug for aya_obj::generated::bpf_core_relo pub fn aya_obj::generated::bpf_core_relo::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_core_relo impl core::marker::Send for aya_obj::generated::bpf_core_relo impl core::marker::Sync for aya_obj::generated::bpf_core_relo impl core::marker::Unpin for aya_obj::generated::bpf_core_relo impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_core_relo impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_core_relo impl core::convert::Into for aya_obj::generated::bpf_core_relo where U: core::convert::From pub fn aya_obj::generated::bpf_core_relo::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_core_relo where U: core::convert::Into pub type aya_obj::generated::bpf_core_relo::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_core_relo::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_core_relo where U: core::convert::TryFrom pub type aya_obj::generated::bpf_core_relo::Error = >::Error pub fn aya_obj::generated::bpf_core_relo::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_core_relo where T: core::clone::Clone pub type aya_obj::generated::bpf_core_relo::Owned = T pub fn aya_obj::generated::bpf_core_relo::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_core_relo::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_core_relo where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_core_relo::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_core_relo where T: core::marker::Sized pub fn aya_obj::generated::bpf_core_relo::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_core_relo where T: core::marker::Sized pub fn aya_obj::generated::bpf_core_relo::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_core_relo pub fn aya_obj::generated::bpf_core_relo::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_cpumap_val pub aya_obj::generated::bpf_cpumap_val::bpf_prog: aya_obj::generated::bpf_cpumap_val__bindgen_ty_1 pub aya_obj::generated::bpf_cpumap_val::qsize: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_cpumap_val pub fn aya_obj::generated::bpf_cpumap_val::clone(&self) -> aya_obj::generated::bpf_cpumap_val impl core::marker::Copy for aya_obj::generated::bpf_cpumap_val impl core::marker::Send for aya_obj::generated::bpf_cpumap_val impl core::marker::Sync for aya_obj::generated::bpf_cpumap_val impl core::marker::Unpin for aya_obj::generated::bpf_cpumap_val impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_cpumap_val impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_cpumap_val impl core::convert::Into for aya_obj::generated::bpf_cpumap_val where U: core::convert::From pub fn aya_obj::generated::bpf_cpumap_val::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_cpumap_val where U: core::convert::Into pub type aya_obj::generated::bpf_cpumap_val::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_cpumap_val::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_cpumap_val where U: core::convert::TryFrom pub type aya_obj::generated::bpf_cpumap_val::Error = >::Error pub fn aya_obj::generated::bpf_cpumap_val::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_cpumap_val where T: core::clone::Clone pub type aya_obj::generated::bpf_cpumap_val::Owned = T pub fn aya_obj::generated::bpf_cpumap_val::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_cpumap_val::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_cpumap_val where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_cpumap_val::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_cpumap_val where T: core::marker::Sized pub fn aya_obj::generated::bpf_cpumap_val::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_cpumap_val where T: core::marker::Sized pub fn aya_obj::generated::bpf_cpumap_val::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_cpumap_val pub fn aya_obj::generated::bpf_cpumap_val::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_devmap_val pub aya_obj::generated::bpf_devmap_val::bpf_prog: aya_obj::generated::bpf_devmap_val__bindgen_ty_1 pub aya_obj::generated::bpf_devmap_val::ifindex: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_devmap_val pub fn aya_obj::generated::bpf_devmap_val::clone(&self) -> aya_obj::generated::bpf_devmap_val impl core::marker::Copy for aya_obj::generated::bpf_devmap_val impl core::marker::Send for aya_obj::generated::bpf_devmap_val impl core::marker::Sync for aya_obj::generated::bpf_devmap_val impl core::marker::Unpin for aya_obj::generated::bpf_devmap_val impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_devmap_val impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_devmap_val impl core::convert::Into for aya_obj::generated::bpf_devmap_val where U: core::convert::From pub fn aya_obj::generated::bpf_devmap_val::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_devmap_val where U: core::convert::Into pub type aya_obj::generated::bpf_devmap_val::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_devmap_val::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_devmap_val where U: core::convert::TryFrom pub type aya_obj::generated::bpf_devmap_val::Error = >::Error pub fn aya_obj::generated::bpf_devmap_val::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_devmap_val where T: core::clone::Clone pub type aya_obj::generated::bpf_devmap_val::Owned = T pub fn aya_obj::generated::bpf_devmap_val::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_devmap_val::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_devmap_val where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_devmap_val::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_devmap_val where T: core::marker::Sized pub fn aya_obj::generated::bpf_devmap_val::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_devmap_val where T: core::marker::Sized pub fn aya_obj::generated::bpf_devmap_val::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_devmap_val pub fn aya_obj::generated::bpf_devmap_val::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_func_info pub aya_obj::generated::bpf_func_info::insn_off: aya_obj::generated::__u32 pub aya_obj::generated::bpf_func_info::type_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_func_info pub fn aya_obj::generated::bpf_func_info::clone(&self) -> aya_obj::generated::bpf_func_info impl core::fmt::Debug for aya_obj::generated::bpf_func_info pub fn aya_obj::generated::bpf_func_info::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_func_info impl core::marker::Send for aya_obj::generated::bpf_func_info impl core::marker::Sync for aya_obj::generated::bpf_func_info impl core::marker::Unpin for aya_obj::generated::bpf_func_info impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_func_info impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_func_info impl core::convert::Into for aya_obj::generated::bpf_func_info where U: core::convert::From pub fn aya_obj::generated::bpf_func_info::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_func_info where U: core::convert::Into pub type aya_obj::generated::bpf_func_info::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_func_info::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_func_info where U: core::convert::TryFrom pub type aya_obj::generated::bpf_func_info::Error = >::Error pub fn aya_obj::generated::bpf_func_info::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_func_info where T: core::clone::Clone pub type aya_obj::generated::bpf_func_info::Owned = T pub fn aya_obj::generated::bpf_func_info::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_func_info::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_func_info where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_func_info::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_func_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_func_info::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_func_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_func_info::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_func_info pub fn aya_obj::generated::bpf_func_info::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_insn pub aya_obj::generated::bpf_insn::_bitfield_1: aya_obj::generated::__BindgenBitfieldUnit<[u8; 1]> pub aya_obj::generated::bpf_insn::_bitfield_align_1: [u8; 0] pub aya_obj::generated::bpf_insn::code: aya_obj::generated::__u8 pub aya_obj::generated::bpf_insn::imm: aya_obj::generated::__s32 pub aya_obj::generated::bpf_insn::off: aya_obj::generated::__s16 impl aya_obj::generated::bpf_insn pub fn aya_obj::generated::bpf_insn::dst_reg(&self) -> aya_obj::generated::__u8 pub fn aya_obj::generated::bpf_insn::new_bitfield_1(dst_reg: aya_obj::generated::__u8, src_reg: aya_obj::generated::__u8) -> aya_obj::generated::__BindgenBitfieldUnit<[u8; 1]> pub fn aya_obj::generated::bpf_insn::set_dst_reg(&mut self, val: aya_obj::generated::__u8) pub fn aya_obj::generated::bpf_insn::set_src_reg(&mut self, val: aya_obj::generated::__u8) pub fn aya_obj::generated::bpf_insn::src_reg(&self) -> aya_obj::generated::__u8 impl core::clone::Clone for aya_obj::generated::bpf_insn pub fn aya_obj::generated::bpf_insn::clone(&self) -> aya_obj::generated::bpf_insn impl core::fmt::Debug for aya_obj::generated::bpf_insn pub fn aya_obj::generated::bpf_insn::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_insn impl core::marker::Send for aya_obj::generated::bpf_insn impl core::marker::Sync for aya_obj::generated::bpf_insn impl core::marker::Unpin for aya_obj::generated::bpf_insn impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_insn impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_insn impl core::convert::Into for aya_obj::generated::bpf_insn where U: core::convert::From pub fn aya_obj::generated::bpf_insn::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_insn where U: core::convert::Into pub type aya_obj::generated::bpf_insn::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_insn::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_insn where U: core::convert::TryFrom pub type aya_obj::generated::bpf_insn::Error = >::Error pub fn aya_obj::generated::bpf_insn::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_insn where T: core::clone::Clone pub type aya_obj::generated::bpf_insn::Owned = T pub fn aya_obj::generated::bpf_insn::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_insn::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_insn where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_insn::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_insn where T: core::marker::Sized pub fn aya_obj::generated::bpf_insn::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_insn where T: core::marker::Sized pub fn aya_obj::generated::bpf_insn::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_insn pub fn aya_obj::generated::bpf_insn::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_line_info pub aya_obj::generated::bpf_line_info::file_name_off: aya_obj::generated::__u32 pub aya_obj::generated::bpf_line_info::insn_off: aya_obj::generated::__u32 pub aya_obj::generated::bpf_line_info::line_col: aya_obj::generated::__u32 pub aya_obj::generated::bpf_line_info::line_off: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_line_info pub fn aya_obj::generated::bpf_line_info::clone(&self) -> aya_obj::generated::bpf_line_info impl core::fmt::Debug for aya_obj::generated::bpf_line_info pub fn aya_obj::generated::bpf_line_info::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_line_info impl core::marker::Send for aya_obj::generated::bpf_line_info impl core::marker::Sync for aya_obj::generated::bpf_line_info impl core::marker::Unpin for aya_obj::generated::bpf_line_info impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_line_info impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_line_info impl core::convert::Into for aya_obj::generated::bpf_line_info where U: core::convert::From pub fn aya_obj::generated::bpf_line_info::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_line_info where U: core::convert::Into pub type aya_obj::generated::bpf_line_info::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_line_info::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_line_info where U: core::convert::TryFrom pub type aya_obj::generated::bpf_line_info::Error = >::Error pub fn aya_obj::generated::bpf_line_info::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_line_info where T: core::clone::Clone pub type aya_obj::generated::bpf_line_info::Owned = T pub fn aya_obj::generated::bpf_line_info::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_line_info::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_line_info where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_line_info::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_line_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_line_info::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_line_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_line_info::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_line_info pub fn aya_obj::generated::bpf_line_info::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info pub aya_obj::generated::bpf_link_info::__bindgen_anon_1: aya_obj::generated::bpf_link_info__bindgen_ty_1 pub aya_obj::generated::bpf_link_info::id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info::prog_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info pub fn aya_obj::generated::bpf_link_info::clone(&self) -> aya_obj::generated::bpf_link_info impl core::marker::Copy for aya_obj::generated::bpf_link_info impl core::marker::Send for aya_obj::generated::bpf_link_info impl core::marker::Sync for aya_obj::generated::bpf_link_info impl core::marker::Unpin for aya_obj::generated::bpf_link_info impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info impl core::convert::Into for aya_obj::generated::bpf_link_info where U: core::convert::From pub fn aya_obj::generated::bpf_link_info::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info where U: core::convert::Into pub type aya_obj::generated::bpf_link_info::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info::Error = >::Error pub fn aya_obj::generated::bpf_link_info::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info::Owned = T pub fn aya_obj::generated::bpf_link_info::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info pub fn aya_obj::generated::bpf_link_info::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::tp_name: aya_obj::generated::__u64 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::tp_name_len: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::target_btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::target_obj_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::cgroup_id: aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_3::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::__bindgen_anon_1: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::__bindgen_anon_2: aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::target_name: aya_obj::generated::__u64 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::target_name_len: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::map_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::cgroup_id: aya_obj::generated::__u64 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::order: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::pid: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::tid: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_4__bindgen_ty_2__bindgen_ty_2::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::attach_type: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::netns_ino: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_5::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::ifindex: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_6::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::map_id: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_7::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::hooknum: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::pf: aya_obj::generated::__u32 pub aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::priority: aya_obj::generated::__s32 impl core::clone::Clone for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::clone(&self) -> aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::fmt::Debug for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::marker::Send for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::marker::Sync for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::marker::Unpin for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 impl core::convert::Into for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where U: core::convert::From pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where U: core::convert::Into pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where U: core::convert::TryFrom pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::Error = >::Error pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where T: core::clone::Clone pub type aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::Owned = T pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 where T: core::marker::Sized pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8 pub fn aya_obj::generated::bpf_link_info__bindgen_ty_1__bindgen_ty_8::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_lpm_trie_key pub aya_obj::generated::bpf_lpm_trie_key::data: aya_obj::generated::__IncompleteArrayField pub aya_obj::generated::bpf_lpm_trie_key::prefixlen: aya_obj::generated::__u32 impl core::fmt::Debug for aya_obj::generated::bpf_lpm_trie_key pub fn aya_obj::generated::bpf_lpm_trie_key::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::generated::bpf_lpm_trie_key impl core::marker::Sync for aya_obj::generated::bpf_lpm_trie_key impl core::marker::Unpin for aya_obj::generated::bpf_lpm_trie_key impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_lpm_trie_key impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_lpm_trie_key impl core::convert::Into for aya_obj::generated::bpf_lpm_trie_key where U: core::convert::From pub fn aya_obj::generated::bpf_lpm_trie_key::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_lpm_trie_key where U: core::convert::Into pub type aya_obj::generated::bpf_lpm_trie_key::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_lpm_trie_key::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_lpm_trie_key where U: core::convert::TryFrom pub type aya_obj::generated::bpf_lpm_trie_key::Error = >::Error pub fn aya_obj::generated::bpf_lpm_trie_key::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_obj::generated::bpf_lpm_trie_key where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_lpm_trie_key::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_lpm_trie_key where T: core::marker::Sized pub fn aya_obj::generated::bpf_lpm_trie_key::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_lpm_trie_key where T: core::marker::Sized pub fn aya_obj::generated::bpf_lpm_trie_key::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_lpm_trie_key pub fn aya_obj::generated::bpf_lpm_trie_key::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_map_info pub aya_obj::generated::bpf_map_info::_bitfield_1: aya_obj::generated::__BindgenBitfieldUnit<[u8; 4]> pub aya_obj::generated::bpf_map_info::_bitfield_align_1: [u8; 0] pub aya_obj::generated::bpf_map_info::btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::btf_key_type_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::btf_value_type_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::btf_vmlinux_value_type_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::ifindex: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::key_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::map_extra: aya_obj::generated::__u64 pub aya_obj::generated::bpf_map_info::map_flags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::max_entries: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::name: [core::ffi::c_char; 16] pub aya_obj::generated::bpf_map_info::netns_dev: aya_obj::generated::__u64 pub aya_obj::generated::bpf_map_info::netns_ino: aya_obj::generated::__u64 pub aya_obj::generated::bpf_map_info::type_: aya_obj::generated::__u32 pub aya_obj::generated::bpf_map_info::value_size: aya_obj::generated::__u32 impl aya_obj::generated::bpf_map_info pub fn aya_obj::generated::bpf_map_info::new_bitfield_1() -> aya_obj::generated::__BindgenBitfieldUnit<[u8; 4]> impl core::clone::Clone for aya_obj::generated::bpf_map_info pub fn aya_obj::generated::bpf_map_info::clone(&self) -> aya_obj::generated::bpf_map_info impl core::fmt::Debug for aya_obj::generated::bpf_map_info pub fn aya_obj::generated::bpf_map_info::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_map_info impl core::marker::Send for aya_obj::generated::bpf_map_info impl core::marker::Sync for aya_obj::generated::bpf_map_info impl core::marker::Unpin for aya_obj::generated::bpf_map_info impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_map_info impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_map_info impl core::convert::Into for aya_obj::generated::bpf_map_info where U: core::convert::From pub fn aya_obj::generated::bpf_map_info::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_map_info where U: core::convert::Into pub type aya_obj::generated::bpf_map_info::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_map_info::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_map_info where U: core::convert::TryFrom pub type aya_obj::generated::bpf_map_info::Error = >::Error pub fn aya_obj::generated::bpf_map_info::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_map_info where T: core::clone::Clone pub type aya_obj::generated::bpf_map_info::Owned = T pub fn aya_obj::generated::bpf_map_info::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_map_info::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_map_info where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_map_info::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_map_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_map_info::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_map_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_map_info::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_map_info pub fn aya_obj::generated::bpf_map_info::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::bpf_prog_info pub aya_obj::generated::bpf_prog_info::_bitfield_1: aya_obj::generated::__BindgenBitfieldUnit<[u8; 4]> pub aya_obj::generated::bpf_prog_info::_bitfield_align_1: [u8; 0] pub aya_obj::generated::bpf_prog_info::attach_btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::attach_btf_obj_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::btf_id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::created_by_uid: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::func_info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::func_info_rec_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::id: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::ifindex: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::jited_func_lens: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::jited_ksyms: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::jited_line_info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::jited_line_info_rec_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::jited_prog_insns: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::jited_prog_len: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::line_info: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::line_info_rec_size: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::load_time: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::map_ids: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::name: [core::ffi::c_char; 16] pub aya_obj::generated::bpf_prog_info::netns_dev: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::netns_ino: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::nr_func_info: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::nr_jited_func_lens: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::nr_jited_ksyms: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::nr_jited_line_info: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::nr_line_info: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::nr_map_ids: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::nr_prog_tags: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::prog_tags: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::recursion_misses: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::run_cnt: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::run_time_ns: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::tag: [aya_obj::generated::__u8; 8] pub aya_obj::generated::bpf_prog_info::type_: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::verified_insns: aya_obj::generated::__u32 pub aya_obj::generated::bpf_prog_info::xlated_prog_insns: aya_obj::generated::__u64 pub aya_obj::generated::bpf_prog_info::xlated_prog_len: aya_obj::generated::__u32 impl aya_obj::generated::bpf_prog_info pub fn aya_obj::generated::bpf_prog_info::gpl_compatible(&self) -> aya_obj::generated::__u32 pub fn aya_obj::generated::bpf_prog_info::new_bitfield_1(gpl_compatible: aya_obj::generated::__u32) -> aya_obj::generated::__BindgenBitfieldUnit<[u8; 4]> pub fn aya_obj::generated::bpf_prog_info::set_gpl_compatible(&mut self, val: aya_obj::generated::__u32) impl core::clone::Clone for aya_obj::generated::bpf_prog_info pub fn aya_obj::generated::bpf_prog_info::clone(&self) -> aya_obj::generated::bpf_prog_info impl core::fmt::Debug for aya_obj::generated::bpf_prog_info pub fn aya_obj::generated::bpf_prog_info::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::bpf_prog_info impl core::marker::Send for aya_obj::generated::bpf_prog_info impl core::marker::Sync for aya_obj::generated::bpf_prog_info impl core::marker::Unpin for aya_obj::generated::bpf_prog_info impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::bpf_prog_info impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::bpf_prog_info impl core::convert::Into for aya_obj::generated::bpf_prog_info where U: core::convert::From pub fn aya_obj::generated::bpf_prog_info::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::bpf_prog_info where U: core::convert::Into pub type aya_obj::generated::bpf_prog_info::Error = core::convert::Infallible pub fn aya_obj::generated::bpf_prog_info::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::bpf_prog_info where U: core::convert::TryFrom pub type aya_obj::generated::bpf_prog_info::Error = >::Error pub fn aya_obj::generated::bpf_prog_info::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::bpf_prog_info where T: core::clone::Clone pub type aya_obj::generated::bpf_prog_info::Owned = T pub fn aya_obj::generated::bpf_prog_info::clone_into(&self, target: &mut T) pub fn aya_obj::generated::bpf_prog_info::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::bpf_prog_info where T: 'static + core::marker::Sized pub fn aya_obj::generated::bpf_prog_info::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::bpf_prog_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_prog_info::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::bpf_prog_info where T: core::marker::Sized pub fn aya_obj::generated::bpf_prog_info::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::bpf_prog_info pub fn aya_obj::generated::bpf_prog_info::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_array pub aya_obj::generated::btf_array::index_type: aya_obj::generated::__u32 pub aya_obj::generated::btf_array::nelems: aya_obj::generated::__u32 pub aya_obj::generated::btf_array::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_array pub fn aya_obj::generated::btf_array::clone(&self) -> aya_obj::generated::btf_array impl core::fmt::Debug for aya_obj::generated::btf_array pub fn aya_obj::generated::btf_array::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_array impl core::marker::Send for aya_obj::generated::btf_array impl core::marker::Sync for aya_obj::generated::btf_array impl core::marker::Unpin for aya_obj::generated::btf_array impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_array impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_array impl core::convert::Into for aya_obj::generated::btf_array where U: core::convert::From pub fn aya_obj::generated::btf_array::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_array where U: core::convert::Into pub type aya_obj::generated::btf_array::Error = core::convert::Infallible pub fn aya_obj::generated::btf_array::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_array where U: core::convert::TryFrom pub type aya_obj::generated::btf_array::Error = >::Error pub fn aya_obj::generated::btf_array::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_array where T: core::clone::Clone pub type aya_obj::generated::btf_array::Owned = T pub fn aya_obj::generated::btf_array::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_array::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_array where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_array::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_array where T: core::marker::Sized pub fn aya_obj::generated::btf_array::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_array where T: core::marker::Sized pub fn aya_obj::generated::btf_array::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_array pub fn aya_obj::generated::btf_array::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_decl_tag pub aya_obj::generated::btf_decl_tag::component_idx: aya_obj::generated::__s32 impl core::clone::Clone for aya_obj::generated::btf_decl_tag pub fn aya_obj::generated::btf_decl_tag::clone(&self) -> aya_obj::generated::btf_decl_tag impl core::fmt::Debug for aya_obj::generated::btf_decl_tag pub fn aya_obj::generated::btf_decl_tag::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_decl_tag impl core::marker::Send for aya_obj::generated::btf_decl_tag impl core::marker::Sync for aya_obj::generated::btf_decl_tag impl core::marker::Unpin for aya_obj::generated::btf_decl_tag impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_decl_tag impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_decl_tag impl core::convert::Into for aya_obj::generated::btf_decl_tag where U: core::convert::From pub fn aya_obj::generated::btf_decl_tag::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_decl_tag where U: core::convert::Into pub type aya_obj::generated::btf_decl_tag::Error = core::convert::Infallible pub fn aya_obj::generated::btf_decl_tag::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_decl_tag where U: core::convert::TryFrom pub type aya_obj::generated::btf_decl_tag::Error = >::Error pub fn aya_obj::generated::btf_decl_tag::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_decl_tag where T: core::clone::Clone pub type aya_obj::generated::btf_decl_tag::Owned = T pub fn aya_obj::generated::btf_decl_tag::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_decl_tag::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_decl_tag where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_decl_tag::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_decl_tag where T: core::marker::Sized pub fn aya_obj::generated::btf_decl_tag::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_decl_tag where T: core::marker::Sized pub fn aya_obj::generated::btf_decl_tag::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_decl_tag pub fn aya_obj::generated::btf_decl_tag::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_enum pub aya_obj::generated::btf_enum::name_off: aya_obj::generated::__u32 pub aya_obj::generated::btf_enum::val: aya_obj::generated::__s32 impl core::clone::Clone for aya_obj::generated::btf_enum pub fn aya_obj::generated::btf_enum::clone(&self) -> aya_obj::generated::btf_enum impl core::fmt::Debug for aya_obj::generated::btf_enum pub fn aya_obj::generated::btf_enum::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_enum impl core::marker::Send for aya_obj::generated::btf_enum impl core::marker::Sync for aya_obj::generated::btf_enum impl core::marker::Unpin for aya_obj::generated::btf_enum impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_enum impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_enum impl core::convert::Into for aya_obj::generated::btf_enum where U: core::convert::From pub fn aya_obj::generated::btf_enum::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_enum where U: core::convert::Into pub type aya_obj::generated::btf_enum::Error = core::convert::Infallible pub fn aya_obj::generated::btf_enum::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_enum where U: core::convert::TryFrom pub type aya_obj::generated::btf_enum::Error = >::Error pub fn aya_obj::generated::btf_enum::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_enum where T: core::clone::Clone pub type aya_obj::generated::btf_enum::Owned = T pub fn aya_obj::generated::btf_enum::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_enum::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_enum where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_enum::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_enum where T: core::marker::Sized pub fn aya_obj::generated::btf_enum::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_enum where T: core::marker::Sized pub fn aya_obj::generated::btf_enum::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_enum pub fn aya_obj::generated::btf_enum::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_ext_header pub aya_obj::generated::btf_ext_header::core_relo_len: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::core_relo_off: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::flags: core::ffi::c_uchar pub aya_obj::generated::btf_ext_header::func_info_len: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::func_info_off: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::hdr_len: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::line_info_len: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::line_info_off: core::ffi::c_uint pub aya_obj::generated::btf_ext_header::magic: core::ffi::c_ushort pub aya_obj::generated::btf_ext_header::version: core::ffi::c_uchar impl core::clone::Clone for aya_obj::generated::btf_ext_header pub fn aya_obj::generated::btf_ext_header::clone(&self) -> aya_obj::generated::btf_ext_header impl core::fmt::Debug for aya_obj::generated::btf_ext_header pub fn aya_obj::generated::btf_ext_header::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_ext_header impl core::marker::Send for aya_obj::generated::btf_ext_header impl core::marker::Sync for aya_obj::generated::btf_ext_header impl core::marker::Unpin for aya_obj::generated::btf_ext_header impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_ext_header impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_ext_header impl core::convert::Into for aya_obj::generated::btf_ext_header where U: core::convert::From pub fn aya_obj::generated::btf_ext_header::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_ext_header where U: core::convert::Into pub type aya_obj::generated::btf_ext_header::Error = core::convert::Infallible pub fn aya_obj::generated::btf_ext_header::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_ext_header where U: core::convert::TryFrom pub type aya_obj::generated::btf_ext_header::Error = >::Error pub fn aya_obj::generated::btf_ext_header::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_ext_header where T: core::clone::Clone pub type aya_obj::generated::btf_ext_header::Owned = T pub fn aya_obj::generated::btf_ext_header::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_ext_header::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_ext_header where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_ext_header::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_ext_header where T: core::marker::Sized pub fn aya_obj::generated::btf_ext_header::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_ext_header where T: core::marker::Sized pub fn aya_obj::generated::btf_ext_header::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_ext_header pub fn aya_obj::generated::btf_ext_header::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_header pub aya_obj::generated::btf_header::flags: aya_obj::generated::__u8 pub aya_obj::generated::btf_header::hdr_len: aya_obj::generated::__u32 pub aya_obj::generated::btf_header::magic: aya_obj::generated::__u16 pub aya_obj::generated::btf_header::str_len: aya_obj::generated::__u32 pub aya_obj::generated::btf_header::str_off: aya_obj::generated::__u32 pub aya_obj::generated::btf_header::type_len: aya_obj::generated::__u32 pub aya_obj::generated::btf_header::type_off: aya_obj::generated::__u32 pub aya_obj::generated::btf_header::version: aya_obj::generated::__u8 impl core::clone::Clone for aya_obj::generated::btf_header pub fn aya_obj::generated::btf_header::clone(&self) -> aya_obj::generated::btf_header impl core::fmt::Debug for aya_obj::generated::btf_header pub fn aya_obj::generated::btf_header::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_header impl core::marker::Send for aya_obj::generated::btf_header impl core::marker::Sync for aya_obj::generated::btf_header impl core::marker::Unpin for aya_obj::generated::btf_header impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_header impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_header impl core::convert::Into for aya_obj::generated::btf_header where U: core::convert::From pub fn aya_obj::generated::btf_header::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_header where U: core::convert::Into pub type aya_obj::generated::btf_header::Error = core::convert::Infallible pub fn aya_obj::generated::btf_header::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_header where U: core::convert::TryFrom pub type aya_obj::generated::btf_header::Error = >::Error pub fn aya_obj::generated::btf_header::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_header where T: core::clone::Clone pub type aya_obj::generated::btf_header::Owned = T pub fn aya_obj::generated::btf_header::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_header::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_header where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_header::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_header where T: core::marker::Sized pub fn aya_obj::generated::btf_header::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_header where T: core::marker::Sized pub fn aya_obj::generated::btf_header::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_header pub fn aya_obj::generated::btf_header::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_member pub aya_obj::generated::btf_member::name_off: aya_obj::generated::__u32 pub aya_obj::generated::btf_member::offset: aya_obj::generated::__u32 pub aya_obj::generated::btf_member::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_member pub fn aya_obj::generated::btf_member::clone(&self) -> aya_obj::generated::btf_member impl core::fmt::Debug for aya_obj::generated::btf_member pub fn aya_obj::generated::btf_member::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_member impl core::marker::Send for aya_obj::generated::btf_member impl core::marker::Sync for aya_obj::generated::btf_member impl core::marker::Unpin for aya_obj::generated::btf_member impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_member impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_member impl core::convert::Into for aya_obj::generated::btf_member where U: core::convert::From pub fn aya_obj::generated::btf_member::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_member where U: core::convert::Into pub type aya_obj::generated::btf_member::Error = core::convert::Infallible pub fn aya_obj::generated::btf_member::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_member where U: core::convert::TryFrom pub type aya_obj::generated::btf_member::Error = >::Error pub fn aya_obj::generated::btf_member::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_member where T: core::clone::Clone pub type aya_obj::generated::btf_member::Owned = T pub fn aya_obj::generated::btf_member::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_member::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_member where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_member::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_member where T: core::marker::Sized pub fn aya_obj::generated::btf_member::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_member where T: core::marker::Sized pub fn aya_obj::generated::btf_member::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_member pub fn aya_obj::generated::btf_member::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_param pub aya_obj::generated::btf_param::name_off: aya_obj::generated::__u32 pub aya_obj::generated::btf_param::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_param pub fn aya_obj::generated::btf_param::clone(&self) -> aya_obj::generated::btf_param impl core::fmt::Debug for aya_obj::generated::btf_param pub fn aya_obj::generated::btf_param::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_param impl core::marker::Send for aya_obj::generated::btf_param impl core::marker::Sync for aya_obj::generated::btf_param impl core::marker::Unpin for aya_obj::generated::btf_param impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_param impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_param impl core::convert::Into for aya_obj::generated::btf_param where U: core::convert::From pub fn aya_obj::generated::btf_param::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_param where U: core::convert::Into pub type aya_obj::generated::btf_param::Error = core::convert::Infallible pub fn aya_obj::generated::btf_param::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_param where U: core::convert::TryFrom pub type aya_obj::generated::btf_param::Error = >::Error pub fn aya_obj::generated::btf_param::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_param where T: core::clone::Clone pub type aya_obj::generated::btf_param::Owned = T pub fn aya_obj::generated::btf_param::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_param::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_param where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_param::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_param where T: core::marker::Sized pub fn aya_obj::generated::btf_param::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_param where T: core::marker::Sized pub fn aya_obj::generated::btf_param::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_param pub fn aya_obj::generated::btf_param::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_type pub aya_obj::generated::btf_type::__bindgen_anon_1: aya_obj::generated::btf_type__bindgen_ty_1 pub aya_obj::generated::btf_type::info: aya_obj::generated::__u32 pub aya_obj::generated::btf_type::name_off: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_type pub fn aya_obj::generated::btf_type::clone(&self) -> aya_obj::generated::btf_type impl core::marker::Copy for aya_obj::generated::btf_type impl core::marker::Send for aya_obj::generated::btf_type impl core::marker::Sync for aya_obj::generated::btf_type impl core::marker::Unpin for aya_obj::generated::btf_type impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_type impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_type impl core::convert::Into for aya_obj::generated::btf_type where U: core::convert::From pub fn aya_obj::generated::btf_type::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_type where U: core::convert::Into pub type aya_obj::generated::btf_type::Error = core::convert::Infallible pub fn aya_obj::generated::btf_type::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_type where U: core::convert::TryFrom pub type aya_obj::generated::btf_type::Error = >::Error pub fn aya_obj::generated::btf_type::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_type where T: core::clone::Clone pub type aya_obj::generated::btf_type::Owned = T pub fn aya_obj::generated::btf_type::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_type::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_type where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_type::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_type where T: core::marker::Sized pub fn aya_obj::generated::btf_type::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_type where T: core::marker::Sized pub fn aya_obj::generated::btf_type::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_type pub fn aya_obj::generated::btf_type::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_var pub aya_obj::generated::btf_var::linkage: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_var pub fn aya_obj::generated::btf_var::clone(&self) -> aya_obj::generated::btf_var impl core::fmt::Debug for aya_obj::generated::btf_var pub fn aya_obj::generated::btf_var::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_var impl core::marker::Send for aya_obj::generated::btf_var impl core::marker::Sync for aya_obj::generated::btf_var impl core::marker::Unpin for aya_obj::generated::btf_var impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_var impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_var impl core::convert::Into for aya_obj::generated::btf_var where U: core::convert::From pub fn aya_obj::generated::btf_var::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_var where U: core::convert::Into pub type aya_obj::generated::btf_var::Error = core::convert::Infallible pub fn aya_obj::generated::btf_var::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_var where U: core::convert::TryFrom pub type aya_obj::generated::btf_var::Error = >::Error pub fn aya_obj::generated::btf_var::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_var where T: core::clone::Clone pub type aya_obj::generated::btf_var::Owned = T pub fn aya_obj::generated::btf_var::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_var::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_var where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_var::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_var where T: core::marker::Sized pub fn aya_obj::generated::btf_var::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_var where T: core::marker::Sized pub fn aya_obj::generated::btf_var::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_var pub fn aya_obj::generated::btf_var::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::btf_var_secinfo pub aya_obj::generated::btf_var_secinfo::offset: aya_obj::generated::__u32 pub aya_obj::generated::btf_var_secinfo::size: aya_obj::generated::__u32 pub aya_obj::generated::btf_var_secinfo::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::btf_var_secinfo pub fn aya_obj::generated::btf_var_secinfo::clone(&self) -> aya_obj::generated::btf_var_secinfo impl core::fmt::Debug for aya_obj::generated::btf_var_secinfo pub fn aya_obj::generated::btf_var_secinfo::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::btf_var_secinfo impl core::marker::Send for aya_obj::generated::btf_var_secinfo impl core::marker::Sync for aya_obj::generated::btf_var_secinfo impl core::marker::Unpin for aya_obj::generated::btf_var_secinfo impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::btf_var_secinfo impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::btf_var_secinfo impl core::convert::Into for aya_obj::generated::btf_var_secinfo where U: core::convert::From pub fn aya_obj::generated::btf_var_secinfo::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::btf_var_secinfo where U: core::convert::Into pub type aya_obj::generated::btf_var_secinfo::Error = core::convert::Infallible pub fn aya_obj::generated::btf_var_secinfo::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::btf_var_secinfo where U: core::convert::TryFrom pub type aya_obj::generated::btf_var_secinfo::Error = >::Error pub fn aya_obj::generated::btf_var_secinfo::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::btf_var_secinfo where T: core::clone::Clone pub type aya_obj::generated::btf_var_secinfo::Owned = T pub fn aya_obj::generated::btf_var_secinfo::clone_into(&self, target: &mut T) pub fn aya_obj::generated::btf_var_secinfo::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::btf_var_secinfo where T: 'static + core::marker::Sized pub fn aya_obj::generated::btf_var_secinfo::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::btf_var_secinfo where T: core::marker::Sized pub fn aya_obj::generated::btf_var_secinfo::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::btf_var_secinfo where T: core::marker::Sized pub fn aya_obj::generated::btf_var_secinfo::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::btf_var_secinfo pub fn aya_obj::generated::btf_var_secinfo::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::ifinfomsg pub aya_obj::generated::ifinfomsg::__ifi_pad: core::ffi::c_uchar pub aya_obj::generated::ifinfomsg::ifi_change: core::ffi::c_uint pub aya_obj::generated::ifinfomsg::ifi_family: core::ffi::c_uchar pub aya_obj::generated::ifinfomsg::ifi_flags: core::ffi::c_uint pub aya_obj::generated::ifinfomsg::ifi_index: core::ffi::c_int pub aya_obj::generated::ifinfomsg::ifi_type: core::ffi::c_ushort impl core::clone::Clone for aya_obj::generated::ifinfomsg pub fn aya_obj::generated::ifinfomsg::clone(&self) -> aya_obj::generated::ifinfomsg impl core::fmt::Debug for aya_obj::generated::ifinfomsg pub fn aya_obj::generated::ifinfomsg::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::ifinfomsg impl core::marker::Send for aya_obj::generated::ifinfomsg impl core::marker::Sync for aya_obj::generated::ifinfomsg impl core::marker::Unpin for aya_obj::generated::ifinfomsg impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::ifinfomsg impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::ifinfomsg impl core::convert::Into for aya_obj::generated::ifinfomsg where U: core::convert::From pub fn aya_obj::generated::ifinfomsg::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::ifinfomsg where U: core::convert::Into pub type aya_obj::generated::ifinfomsg::Error = core::convert::Infallible pub fn aya_obj::generated::ifinfomsg::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::ifinfomsg where U: core::convert::TryFrom pub type aya_obj::generated::ifinfomsg::Error = >::Error pub fn aya_obj::generated::ifinfomsg::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::ifinfomsg where T: core::clone::Clone pub type aya_obj::generated::ifinfomsg::Owned = T pub fn aya_obj::generated::ifinfomsg::clone_into(&self, target: &mut T) pub fn aya_obj::generated::ifinfomsg::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::ifinfomsg where T: 'static + core::marker::Sized pub fn aya_obj::generated::ifinfomsg::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::ifinfomsg where T: core::marker::Sized pub fn aya_obj::generated::ifinfomsg::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::ifinfomsg where T: core::marker::Sized pub fn aya_obj::generated::ifinfomsg::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::ifinfomsg pub fn aya_obj::generated::ifinfomsg::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::perf_event_attr pub aya_obj::generated::perf_event_attr::__bindgen_anon_1: aya_obj::generated::perf_event_attr__bindgen_ty_1 pub aya_obj::generated::perf_event_attr::__bindgen_anon_2: aya_obj::generated::perf_event_attr__bindgen_ty_2 pub aya_obj::generated::perf_event_attr::__bindgen_anon_3: aya_obj::generated::perf_event_attr__bindgen_ty_3 pub aya_obj::generated::perf_event_attr::__bindgen_anon_4: aya_obj::generated::perf_event_attr__bindgen_ty_4 pub aya_obj::generated::perf_event_attr::__reserved_2: aya_obj::generated::__u16 pub aya_obj::generated::perf_event_attr::__reserved_3: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr::_bitfield_1: aya_obj::generated::__BindgenBitfieldUnit<[u8; 8]> pub aya_obj::generated::perf_event_attr::_bitfield_align_1: [u32; 0] pub aya_obj::generated::perf_event_attr::aux_sample_size: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr::aux_watermark: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr::bp_type: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr::branch_sample_type: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::clockid: aya_obj::generated::__s32 pub aya_obj::generated::perf_event_attr::config: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::config3: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::read_format: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::sample_max_stack: aya_obj::generated::__u16 pub aya_obj::generated::perf_event_attr::sample_regs_intr: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::sample_regs_user: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::sample_stack_user: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr::sample_type: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::sig_data: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_attr::size: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_attr::type_: aya_obj::generated::__u32 impl aya_obj::generated::perf_event_attr pub fn aya_obj::generated::perf_event_attr::__reserved_1(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::aux_output(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::bpf_event(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::build_id(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::cgroup(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::comm(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::comm_exec(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::context_switch(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::disabled(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::enable_on_exec(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_callchain_kernel(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_callchain_user(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_guest(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_host(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_hv(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_idle(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_kernel(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclude_user(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::exclusive(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::freq(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::inherit(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::inherit_stat(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::inherit_thread(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::ksymbol(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::mmap(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::mmap2(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::mmap_data(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::namespaces(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::new_bitfield_1(disabled: aya_obj::generated::__u64, inherit: aya_obj::generated::__u64, pinned: aya_obj::generated::__u64, exclusive: aya_obj::generated::__u64, exclude_user: aya_obj::generated::__u64, exclude_kernel: aya_obj::generated::__u64, exclude_hv: aya_obj::generated::__u64, exclude_idle: aya_obj::generated::__u64, mmap: aya_obj::generated::__u64, comm: aya_obj::generated::__u64, freq: aya_obj::generated::__u64, inherit_stat: aya_obj::generated::__u64, enable_on_exec: aya_obj::generated::__u64, task: aya_obj::generated::__u64, watermark: aya_obj::generated::__u64, precise_ip: aya_obj::generated::__u64, mmap_data: aya_obj::generated::__u64, sample_id_all: aya_obj::generated::__u64, exclude_host: aya_obj::generated::__u64, exclude_guest: aya_obj::generated::__u64, exclude_callchain_kernel: aya_obj::generated::__u64, exclude_callchain_user: aya_obj::generated::__u64, mmap2: aya_obj::generated::__u64, comm_exec: aya_obj::generated::__u64, use_clockid: aya_obj::generated::__u64, context_switch: aya_obj::generated::__u64, write_backward: aya_obj::generated::__u64, namespaces: aya_obj::generated::__u64, ksymbol: aya_obj::generated::__u64, bpf_event: aya_obj::generated::__u64, aux_output: aya_obj::generated::__u64, cgroup: aya_obj::generated::__u64, text_poke: aya_obj::generated::__u64, build_id: aya_obj::generated::__u64, inherit_thread: aya_obj::generated::__u64, remove_on_exec: aya_obj::generated::__u64, sigtrap: aya_obj::generated::__u64, __reserved_1: aya_obj::generated::__u64) -> aya_obj::generated::__BindgenBitfieldUnit<[u8; 8]> pub fn aya_obj::generated::perf_event_attr::pinned(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::precise_ip(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::remove_on_exec(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::sample_id_all(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::set___reserved_1(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_aux_output(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_bpf_event(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_build_id(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_cgroup(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_comm(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_comm_exec(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_context_switch(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_disabled(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_enable_on_exec(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_callchain_kernel(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_callchain_user(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_guest(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_host(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_hv(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_idle(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_kernel(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclude_user(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_exclusive(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_freq(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_inherit(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_inherit_stat(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_inherit_thread(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_ksymbol(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_mmap(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_mmap2(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_mmap_data(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_namespaces(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_pinned(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_precise_ip(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_remove_on_exec(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_sample_id_all(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_sigtrap(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_task(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_text_poke(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_use_clockid(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_watermark(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::set_write_backward(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_attr::sigtrap(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::task(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::text_poke(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::use_clockid(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::watermark(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_attr::write_backward(&self) -> aya_obj::generated::__u64 impl core::clone::Clone for aya_obj::generated::perf_event_attr pub fn aya_obj::generated::perf_event_attr::clone(&self) -> aya_obj::generated::perf_event_attr impl core::marker::Copy for aya_obj::generated::perf_event_attr impl core::marker::Send for aya_obj::generated::perf_event_attr impl core::marker::Sync for aya_obj::generated::perf_event_attr impl core::marker::Unpin for aya_obj::generated::perf_event_attr impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_attr impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_attr impl core::convert::Into for aya_obj::generated::perf_event_attr where U: core::convert::From pub fn aya_obj::generated::perf_event_attr::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_attr where U: core::convert::Into pub type aya_obj::generated::perf_event_attr::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_attr::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_attr where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_attr::Error = >::Error pub fn aya_obj::generated::perf_event_attr::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_attr where T: core::clone::Clone pub type aya_obj::generated::perf_event_attr::Owned = T pub fn aya_obj::generated::perf_event_attr::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_attr::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_attr where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_attr::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_attr where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_attr where T: core::marker::Sized pub fn aya_obj::generated::perf_event_attr::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_attr pub fn aya_obj::generated::perf_event_attr::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::perf_event_header pub aya_obj::generated::perf_event_header::misc: aya_obj::generated::__u16 pub aya_obj::generated::perf_event_header::size: aya_obj::generated::__u16 pub aya_obj::generated::perf_event_header::type_: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::perf_event_header pub fn aya_obj::generated::perf_event_header::clone(&self) -> aya_obj::generated::perf_event_header impl core::fmt::Debug for aya_obj::generated::perf_event_header pub fn aya_obj::generated::perf_event_header::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::perf_event_header impl core::marker::Send for aya_obj::generated::perf_event_header impl core::marker::Sync for aya_obj::generated::perf_event_header impl core::marker::Unpin for aya_obj::generated::perf_event_header impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_header impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_header impl core::convert::Into for aya_obj::generated::perf_event_header where U: core::convert::From pub fn aya_obj::generated::perf_event_header::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_header where U: core::convert::Into pub type aya_obj::generated::perf_event_header::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_header::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_header where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_header::Error = >::Error pub fn aya_obj::generated::perf_event_header::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_header where T: core::clone::Clone pub type aya_obj::generated::perf_event_header::Owned = T pub fn aya_obj::generated::perf_event_header::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_header::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_header where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_header::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_header where T: core::marker::Sized pub fn aya_obj::generated::perf_event_header::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_header where T: core::marker::Sized pub fn aya_obj::generated::perf_event_header::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_header pub fn aya_obj::generated::perf_event_header::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::perf_event_mmap_page pub aya_obj::generated::perf_event_mmap_page::__bindgen_anon_1: aya_obj::generated::perf_event_mmap_page__bindgen_ty_1 pub aya_obj::generated::perf_event_mmap_page::__reserved: [aya_obj::generated::__u8; 928] pub aya_obj::generated::perf_event_mmap_page::__reserved_1: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_mmap_page::aux_head: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::aux_offset: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::aux_size: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::aux_tail: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::compat_version: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_mmap_page::data_head: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::data_offset: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::data_size: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::data_tail: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::index: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_mmap_page::lock: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_mmap_page::offset: aya_obj::generated::__s64 pub aya_obj::generated::perf_event_mmap_page::pmc_width: aya_obj::generated::__u16 pub aya_obj::generated::perf_event_mmap_page::size: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_mmap_page::time_cycles: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::time_enabled: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::time_mask: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::time_mult: aya_obj::generated::__u32 pub aya_obj::generated::perf_event_mmap_page::time_offset: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::time_running: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::time_shift: aya_obj::generated::__u16 pub aya_obj::generated::perf_event_mmap_page::time_zero: aya_obj::generated::__u64 pub aya_obj::generated::perf_event_mmap_page::version: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::perf_event_mmap_page pub fn aya_obj::generated::perf_event_mmap_page::clone(&self) -> aya_obj::generated::perf_event_mmap_page impl core::marker::Copy for aya_obj::generated::perf_event_mmap_page impl core::marker::Send for aya_obj::generated::perf_event_mmap_page impl core::marker::Sync for aya_obj::generated::perf_event_mmap_page impl core::marker::Unpin for aya_obj::generated::perf_event_mmap_page impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_mmap_page impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_mmap_page impl core::convert::Into for aya_obj::generated::perf_event_mmap_page where U: core::convert::From pub fn aya_obj::generated::perf_event_mmap_page::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_mmap_page where U: core::convert::Into pub type aya_obj::generated::perf_event_mmap_page::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_mmap_page::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_mmap_page where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_mmap_page::Error = >::Error pub fn aya_obj::generated::perf_event_mmap_page::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_mmap_page where T: core::clone::Clone pub type aya_obj::generated::perf_event_mmap_page::Owned = T pub fn aya_obj::generated::perf_event_mmap_page::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_mmap_page::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_mmap_page where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_mmap_page where T: core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_mmap_page where T: core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_mmap_page pub fn aya_obj::generated::perf_event_mmap_page::from(t: T) -> T #[repr(C)] #[repr(align(8))] pub struct aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 pub aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::_bitfield_1: aya_obj::generated::__BindgenBitfieldUnit<[u8; 8]> pub aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::_bitfield_align_1: [u64; 0] impl aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_____res(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_bit0(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_bit0_is_deprecated(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_user_rdpmc(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_user_time(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_user_time_short(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::cap_user_time_zero(&self) -> aya_obj::generated::__u64 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::new_bitfield_1(cap_bit0: aya_obj::generated::__u64, cap_bit0_is_deprecated: aya_obj::generated::__u64, cap_user_rdpmc: aya_obj::generated::__u64, cap_user_time: aya_obj::generated::__u64, cap_user_time_zero: aya_obj::generated::__u64, cap_user_time_short: aya_obj::generated::__u64, cap_____res: aya_obj::generated::__u64) -> aya_obj::generated::__BindgenBitfieldUnit<[u8; 8]> pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_____res(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_bit0(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_bit0_is_deprecated(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_user_rdpmc(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_user_time(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_user_time_short(&mut self, val: aya_obj::generated::__u64) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::set_cap_user_time_zero(&mut self, val: aya_obj::generated::__u64) impl core::clone::Clone for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::clone(&self) -> aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::fmt::Debug for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::marker::Send for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::marker::Sync for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::marker::Unpin for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 impl core::convert::Into for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where U: core::convert::From pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where U: core::convert::Into pub type aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::Error = core::convert::Infallible pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where U: core::convert::TryFrom pub type aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::Error = >::Error pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where T: core::clone::Clone pub type aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::Owned = T pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::clone_into(&self, target: &mut T) pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where T: 'static + core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 where T: core::marker::Sized pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 pub fn aya_obj::generated::perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1::from(t: T) -> T #[repr(C)] pub struct aya_obj::generated::tcmsg pub aya_obj::generated::tcmsg::tcm__pad1: core::ffi::c_uchar pub aya_obj::generated::tcmsg::tcm__pad2: core::ffi::c_ushort pub aya_obj::generated::tcmsg::tcm_family: core::ffi::c_uchar pub aya_obj::generated::tcmsg::tcm_handle: aya_obj::generated::__u32 pub aya_obj::generated::tcmsg::tcm_ifindex: core::ffi::c_int pub aya_obj::generated::tcmsg::tcm_info: aya_obj::generated::__u32 pub aya_obj::generated::tcmsg::tcm_parent: aya_obj::generated::__u32 impl core::clone::Clone for aya_obj::generated::tcmsg pub fn aya_obj::generated::tcmsg::clone(&self) -> aya_obj::generated::tcmsg impl core::fmt::Debug for aya_obj::generated::tcmsg pub fn aya_obj::generated::tcmsg::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::generated::tcmsg impl core::marker::Send for aya_obj::generated::tcmsg impl core::marker::Sync for aya_obj::generated::tcmsg impl core::marker::Unpin for aya_obj::generated::tcmsg impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::generated::tcmsg impl core::panic::unwind_safe::UnwindSafe for aya_obj::generated::tcmsg impl core::convert::Into for aya_obj::generated::tcmsg where U: core::convert::From pub fn aya_obj::generated::tcmsg::into(self) -> U impl core::convert::TryFrom for aya_obj::generated::tcmsg where U: core::convert::Into pub type aya_obj::generated::tcmsg::Error = core::convert::Infallible pub fn aya_obj::generated::tcmsg::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::generated::tcmsg where U: core::convert::TryFrom pub type aya_obj::generated::tcmsg::Error = >::Error pub fn aya_obj::generated::tcmsg::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::generated::tcmsg where T: core::clone::Clone pub type aya_obj::generated::tcmsg::Owned = T pub fn aya_obj::generated::tcmsg::clone_into(&self, target: &mut T) pub fn aya_obj::generated::tcmsg::to_owned(&self) -> T impl core::any::Any for aya_obj::generated::tcmsg where T: 'static + core::marker::Sized pub fn aya_obj::generated::tcmsg::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::generated::tcmsg where T: core::marker::Sized pub fn aya_obj::generated::tcmsg::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::generated::tcmsg where T: core::marker::Sized pub fn aya_obj::generated::tcmsg::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::generated::tcmsg pub fn aya_obj::generated::tcmsg::from(t: T) -> T pub const aya_obj::generated::AYA_PERF_EVENT_IOC_DISABLE: core::ffi::c_int = 9_217i32 pub const aya_obj::generated::AYA_PERF_EVENT_IOC_ENABLE: core::ffi::c_int = 9_216i32 pub const aya_obj::generated::AYA_PERF_EVENT_IOC_SET_BPF: core::ffi::c_int = 1_074_013_192i32 pub const aya_obj::generated::BPF_ALU: u32 = 4u32 pub const aya_obj::generated::BPF_ALU64: u32 = 7u32 pub const aya_obj::generated::BPF_ANY: aya_obj::generated::_bindgen_ty_2 = 0u32 pub const aya_obj::generated::BPF_B: u32 = 16u32 pub const aya_obj::generated::BPF_CALL: u32 = 128u32 pub const aya_obj::generated::BPF_DW: u32 = 24u32 pub const aya_obj::generated::BPF_EXIST: aya_obj::generated::_bindgen_ty_2 = 2u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_DECAP_L3_IPV4: aya_obj::generated::_bindgen_ty_15 = 128u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_DECAP_L3_IPV6: aya_obj::generated::_bindgen_ty_15 = 256u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_ENCAP_L2_ETH: aya_obj::generated::_bindgen_ty_15 = 64u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_ENCAP_L3_IPV4: aya_obj::generated::_bindgen_ty_15 = 2u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_ENCAP_L3_IPV6: aya_obj::generated::_bindgen_ty_15 = 4u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_ENCAP_L4_GRE: aya_obj::generated::_bindgen_ty_15 = 8u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_ENCAP_L4_UDP: aya_obj::generated::_bindgen_ty_15 = 16u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_FIXED_GSO: aya_obj::generated::_bindgen_ty_15 = 1u32 pub const aya_obj::generated::BPF_F_ADJ_ROOM_NO_CSUM_RESET: aya_obj::generated::_bindgen_ty_15 = 32u32 pub const aya_obj::generated::BPF_F_ALLOW_MULTI: u32 = 2u32 pub const aya_obj::generated::BPF_F_ALLOW_OVERRIDE: u32 = 1u32 pub const aya_obj::generated::BPF_F_ANY_ALIGNMENT: u32 = 2u32 pub const aya_obj::generated::BPF_F_BPRM_SECUREEXEC: aya_obj::generated::_bindgen_ty_24 = 1u32 pub const aya_obj::generated::BPF_F_BROADCAST: aya_obj::generated::_bindgen_ty_25 = 8u32 pub const aya_obj::generated::BPF_F_CLONE: aya_obj::generated::_bindgen_ty_3 = 512u32 pub const aya_obj::generated::BPF_F_CTXLEN_MASK: aya_obj::generated::_bindgen_ty_12 = 4_503_595_332_403_200u64 pub const aya_obj::generated::BPF_F_CURRENT_CPU: aya_obj::generated::_bindgen_ty_12 = 4_294_967_295u64 pub const aya_obj::generated::BPF_F_CURRENT_NETNS: aya_obj::generated::_bindgen_ty_13 = -1i32 pub const aya_obj::generated::BPF_F_DONT_FRAGMENT: aya_obj::generated::_bindgen_ty_10 = 4u32 pub const aya_obj::generated::BPF_F_EXCLUDE_INGRESS: aya_obj::generated::_bindgen_ty_25 = 16u32 pub const aya_obj::generated::BPF_F_FAST_STACK_CMP: aya_obj::generated::_bindgen_ty_9 = 512u32 pub const aya_obj::generated::BPF_F_GET_BRANCH_RECORDS_SIZE: aya_obj::generated::_bindgen_ty_19 = 1u32 pub const aya_obj::generated::BPF_F_HDR_FIELD_MASK: aya_obj::generated::_bindgen_ty_5 = 15u32 pub const aya_obj::generated::BPF_F_INDEX_MASK: aya_obj::generated::_bindgen_ty_12 = 4_294_967_295u64 pub const aya_obj::generated::BPF_F_INGRESS: aya_obj::generated::_bindgen_ty_7 = 1u32 pub const aya_obj::generated::BPF_F_INNER_MAP: aya_obj::generated::_bindgen_ty_3 = 4_096u32 pub const aya_obj::generated::BPF_F_INVALIDATE_HASH: aya_obj::generated::_bindgen_ty_4 = 2u32 pub const aya_obj::generated::BPF_F_KPROBE_MULTI_RETURN: u32 = 1u32 pub const aya_obj::generated::BPF_F_LINK: aya_obj::generated::_bindgen_ty_3 = 8_192u32 pub const aya_obj::generated::BPF_F_LOCK: aya_obj::generated::_bindgen_ty_2 = 4u32 pub const aya_obj::generated::BPF_F_MARK_ENFORCE: aya_obj::generated::_bindgen_ty_6 = 64u32 pub const aya_obj::generated::BPF_F_MARK_MANGLED_0: aya_obj::generated::_bindgen_ty_6 = 32u32 pub const aya_obj::generated::BPF_F_MMAPABLE: aya_obj::generated::_bindgen_ty_3 = 1_024u32 pub const aya_obj::generated::BPF_F_NO_COMMON_LRU: aya_obj::generated::_bindgen_ty_3 = 2u32 pub const aya_obj::generated::BPF_F_NO_PREALLOC: aya_obj::generated::_bindgen_ty_3 = 1u32 pub const aya_obj::generated::BPF_F_NO_TUNNEL_KEY: aya_obj::generated::_bindgen_ty_10 = 16u32 pub const aya_obj::generated::BPF_F_NUMA_NODE: aya_obj::generated::_bindgen_ty_3 = 4u32 pub const aya_obj::generated::BPF_F_PATH_FD: aya_obj::generated::_bindgen_ty_3 = 16_384u32 pub const aya_obj::generated::BPF_F_PRESERVE_ELEMS: aya_obj::generated::_bindgen_ty_3 = 2_048u32 pub const aya_obj::generated::BPF_F_PSEUDO_HDR: aya_obj::generated::_bindgen_ty_6 = 16u32 pub const aya_obj::generated::BPF_F_QUERY_EFFECTIVE: u32 = 1u32 pub const aya_obj::generated::BPF_F_RDONLY: aya_obj::generated::_bindgen_ty_3 = 8u32 pub const aya_obj::generated::BPF_F_RDONLY_PROG: aya_obj::generated::_bindgen_ty_3 = 128u32 pub const aya_obj::generated::BPF_F_RECOMPUTE_CSUM: aya_obj::generated::_bindgen_ty_4 = 1u32 pub const aya_obj::generated::BPF_F_REPLACE: u32 = 4u32 pub const aya_obj::generated::BPF_F_REUSE_STACKID: aya_obj::generated::_bindgen_ty_9 = 1_024u32 pub const aya_obj::generated::BPF_F_SEQ_NUMBER: aya_obj::generated::_bindgen_ty_10 = 8u32 pub const aya_obj::generated::BPF_F_SKIP_FIELD_MASK: aya_obj::generated::_bindgen_ty_9 = 255u32 pub const aya_obj::generated::BPF_F_SLEEPABLE: u32 = 16u32 pub const aya_obj::generated::BPF_F_STACK_BUILD_ID: aya_obj::generated::_bindgen_ty_3 = 32u32 pub const aya_obj::generated::BPF_F_STRICT_ALIGNMENT: u32 = 1u32 pub const aya_obj::generated::BPF_F_SYSCTL_BASE_NAME: aya_obj::generated::_bindgen_ty_17 = 1u32 pub const aya_obj::generated::BPF_F_TEST_RND_HI32: u32 = 4u32 pub const aya_obj::generated::BPF_F_TEST_RUN_ON_CPU: u32 = 1u32 pub const aya_obj::generated::BPF_F_TEST_STATE_FREQ: u32 = 8u32 pub const aya_obj::generated::BPF_F_TEST_XDP_LIVE_FRAMES: u32 = 2u32 pub const aya_obj::generated::BPF_F_TIMER_ABS: aya_obj::generated::_bindgen_ty_39 = 1u32 pub const aya_obj::generated::BPF_F_TUNINFO_FLAGS: aya_obj::generated::_bindgen_ty_11 = 16u32 pub const aya_obj::generated::BPF_F_TUNINFO_IPV6: aya_obj::generated::_bindgen_ty_8 = 1u32 pub const aya_obj::generated::BPF_F_USER_BUILD_ID: aya_obj::generated::_bindgen_ty_9 = 2_048u32 pub const aya_obj::generated::BPF_F_USER_STACK: aya_obj::generated::_bindgen_ty_9 = 256u32 pub const aya_obj::generated::BPF_F_WRONLY: aya_obj::generated::_bindgen_ty_3 = 16u32 pub const aya_obj::generated::BPF_F_WRONLY_PROG: aya_obj::generated::_bindgen_ty_3 = 256u32 pub const aya_obj::generated::BPF_F_XDP_DEV_BOUND_ONLY: u32 = 64u32 pub const aya_obj::generated::BPF_F_XDP_HAS_FRAGS: u32 = 32u32 pub const aya_obj::generated::BPF_F_ZERO_CSUM_TX: aya_obj::generated::_bindgen_ty_10 = 2u32 pub const aya_obj::generated::BPF_F_ZERO_SEED: aya_obj::generated::_bindgen_ty_3 = 64u32 pub const aya_obj::generated::BPF_H: u32 = 8u32 pub const aya_obj::generated::BPF_JMP: u32 = 5u32 pub const aya_obj::generated::BPF_K: u32 = 0u32 pub const aya_obj::generated::BPF_LD: u32 = 0u32 pub const aya_obj::generated::BPF_LDX: u32 = 1u32 pub const aya_obj::generated::BPF_NOEXIST: aya_obj::generated::_bindgen_ty_2 = 1u32 pub const aya_obj::generated::BPF_PSEUDO_BTF_ID: u32 = 3u32 pub const aya_obj::generated::BPF_PSEUDO_CALL: u32 = 1u32 pub const aya_obj::generated::BPF_PSEUDO_FUNC: u32 = 4u32 pub const aya_obj::generated::BPF_PSEUDO_KFUNC_CALL: u32 = 2u32 pub const aya_obj::generated::BPF_PSEUDO_MAP_FD: u32 = 1u32 pub const aya_obj::generated::BPF_PSEUDO_MAP_IDX: u32 = 5u32 pub const aya_obj::generated::BPF_PSEUDO_MAP_IDX_VALUE: u32 = 6u32 pub const aya_obj::generated::BPF_PSEUDO_MAP_VALUE: u32 = 2u32 pub const aya_obj::generated::BPF_RINGBUF_BUSY_BIT: aya_obj::generated::_bindgen_ty_22 = 2_147_483_648u32 pub const aya_obj::generated::BPF_RINGBUF_DISCARD_BIT: aya_obj::generated::_bindgen_ty_22 = 1_073_741_824u32 pub const aya_obj::generated::BPF_RINGBUF_HDR_SZ: aya_obj::generated::_bindgen_ty_22 = 8u32 pub const aya_obj::generated::BPF_ST: u32 = 2u32 pub const aya_obj::generated::BPF_STX: u32 = 3u32 pub const aya_obj::generated::BPF_W: u32 = 0u32 pub const aya_obj::generated::BTF_INT_BOOL: u32 = 4u32 pub const aya_obj::generated::BTF_INT_CHAR: u32 = 2u32 pub const aya_obj::generated::BTF_INT_SIGNED: u32 = 1u32 pub const aya_obj::generated::BTF_KIND_ARRAY: aya_obj::generated::_bindgen_ty_40 = 3u32 pub const aya_obj::generated::BTF_KIND_CONST: aya_obj::generated::_bindgen_ty_40 = 10u32 pub const aya_obj::generated::BTF_KIND_DATASEC: aya_obj::generated::_bindgen_ty_40 = 15u32 pub const aya_obj::generated::BTF_KIND_DECL_TAG: aya_obj::generated::_bindgen_ty_40 = 17u32 pub const aya_obj::generated::BTF_KIND_ENUM: aya_obj::generated::_bindgen_ty_40 = 6u32 pub const aya_obj::generated::BTF_KIND_ENUM64: aya_obj::generated::_bindgen_ty_40 = 19u32 pub const aya_obj::generated::BTF_KIND_FLOAT: aya_obj::generated::_bindgen_ty_40 = 16u32 pub const aya_obj::generated::BTF_KIND_FUNC: aya_obj::generated::_bindgen_ty_40 = 12u32 pub const aya_obj::generated::BTF_KIND_FUNC_PROTO: aya_obj::generated::_bindgen_ty_40 = 13u32 pub const aya_obj::generated::BTF_KIND_FWD: aya_obj::generated::_bindgen_ty_40 = 7u32 pub const aya_obj::generated::BTF_KIND_INT: aya_obj::generated::_bindgen_ty_40 = 1u32 pub const aya_obj::generated::BTF_KIND_MAX: aya_obj::generated::_bindgen_ty_40 = 19u32 pub const aya_obj::generated::BTF_KIND_PTR: aya_obj::generated::_bindgen_ty_40 = 2u32 pub const aya_obj::generated::BTF_KIND_RESTRICT: aya_obj::generated::_bindgen_ty_40 = 11u32 pub const aya_obj::generated::BTF_KIND_STRUCT: aya_obj::generated::_bindgen_ty_40 = 4u32 pub const aya_obj::generated::BTF_KIND_TYPEDEF: aya_obj::generated::_bindgen_ty_40 = 8u32 pub const aya_obj::generated::BTF_KIND_TYPE_TAG: aya_obj::generated::_bindgen_ty_40 = 18u32 pub const aya_obj::generated::BTF_KIND_UNION: aya_obj::generated::_bindgen_ty_40 = 5u32 pub const aya_obj::generated::BTF_KIND_UNKN: aya_obj::generated::_bindgen_ty_40 = 0u32 pub const aya_obj::generated::BTF_KIND_VAR: aya_obj::generated::_bindgen_ty_40 = 14u32 pub const aya_obj::generated::BTF_KIND_VOLATILE: aya_obj::generated::_bindgen_ty_40 = 9u32 pub const aya_obj::generated::BTF_VAR_GLOBAL_ALLOCATED: aya_obj::generated::_bindgen_ty_41 = 1u32 pub const aya_obj::generated::BTF_VAR_GLOBAL_EXTERN: aya_obj::generated::_bindgen_ty_41 = 2u32 pub const aya_obj::generated::BTF_VAR_STATIC: aya_obj::generated::_bindgen_ty_41 = 0u32 pub const aya_obj::generated::IFLA_XDP_ATTACHED: aya_obj::generated::_bindgen_ty_90 = 2u32 pub const aya_obj::generated::IFLA_XDP_DRV_PROG_ID: aya_obj::generated::_bindgen_ty_90 = 5u32 pub const aya_obj::generated::IFLA_XDP_EXPECTED_FD: aya_obj::generated::_bindgen_ty_90 = 8u32 pub const aya_obj::generated::IFLA_XDP_FD: aya_obj::generated::_bindgen_ty_90 = 1u32 pub const aya_obj::generated::IFLA_XDP_FLAGS: aya_obj::generated::_bindgen_ty_90 = 3u32 pub const aya_obj::generated::IFLA_XDP_HW_PROG_ID: aya_obj::generated::_bindgen_ty_90 = 7u32 pub const aya_obj::generated::IFLA_XDP_PROG_ID: aya_obj::generated::_bindgen_ty_90 = 4u32 pub const aya_obj::generated::IFLA_XDP_SKB_PROG_ID: aya_obj::generated::_bindgen_ty_90 = 6u32 pub const aya_obj::generated::IFLA_XDP_UNSPEC: aya_obj::generated::_bindgen_ty_90 = 0u32 pub const aya_obj::generated::NLMSG_ALIGNTO: u32 = 4u32 pub const aya_obj::generated::NR_BTF_KINDS: aya_obj::generated::_bindgen_ty_40 = 20u32 pub const aya_obj::generated::PERF_FLAG_FD_CLOEXEC: u32 = 8u32 pub const aya_obj::generated::PERF_FLAG_FD_NO_GROUP: u32 = 1u32 pub const aya_obj::generated::PERF_FLAG_FD_OUTPUT: u32 = 2u32 pub const aya_obj::generated::PERF_FLAG_PID_CGROUP: u32 = 4u32 pub const aya_obj::generated::PERF_MAX_CONTEXTS_PER_STACK: u32 = 8u32 pub const aya_obj::generated::PERF_MAX_STACK_DEPTH: u32 = 127u32 pub const aya_obj::generated::SO_ATTACH_BPF: u32 = 50u32 pub const aya_obj::generated::SO_DETACH_BPF: u32 = 27u32 pub const aya_obj::generated::TCA_BPF_ACT: aya_obj::generated::_bindgen_ty_159 = 1u32 pub const aya_obj::generated::TCA_BPF_CLASSID: aya_obj::generated::_bindgen_ty_159 = 3u32 pub const aya_obj::generated::TCA_BPF_FD: aya_obj::generated::_bindgen_ty_159 = 6u32 pub const aya_obj::generated::TCA_BPF_FLAGS: aya_obj::generated::_bindgen_ty_159 = 8u32 pub const aya_obj::generated::TCA_BPF_FLAGS_GEN: aya_obj::generated::_bindgen_ty_159 = 9u32 pub const aya_obj::generated::TCA_BPF_FLAG_ACT_DIRECT: u32 = 1u32 pub const aya_obj::generated::TCA_BPF_ID: aya_obj::generated::_bindgen_ty_159 = 11u32 pub const aya_obj::generated::TCA_BPF_NAME: aya_obj::generated::_bindgen_ty_159 = 7u32 pub const aya_obj::generated::TCA_BPF_OPS: aya_obj::generated::_bindgen_ty_159 = 5u32 pub const aya_obj::generated::TCA_BPF_OPS_LEN: aya_obj::generated::_bindgen_ty_159 = 4u32 pub const aya_obj::generated::TCA_BPF_POLICE: aya_obj::generated::_bindgen_ty_159 = 2u32 pub const aya_obj::generated::TCA_BPF_TAG: aya_obj::generated::_bindgen_ty_159 = 10u32 pub const aya_obj::generated::TCA_BPF_UNSPEC: aya_obj::generated::_bindgen_ty_159 = 0u32 pub const aya_obj::generated::TCA_CHAIN: aya_obj::generated::_bindgen_ty_103 = 11u32 pub const aya_obj::generated::TCA_DUMP_INVISIBLE: aya_obj::generated::_bindgen_ty_103 = 10u32 pub const aya_obj::generated::TCA_EGRESS_BLOCK: aya_obj::generated::_bindgen_ty_103 = 14u32 pub const aya_obj::generated::TCA_FCNT: aya_obj::generated::_bindgen_ty_103 = 6u32 pub const aya_obj::generated::TCA_HW_OFFLOAD: aya_obj::generated::_bindgen_ty_103 = 12u32 pub const aya_obj::generated::TCA_INGRESS_BLOCK: aya_obj::generated::_bindgen_ty_103 = 13u32 pub const aya_obj::generated::TCA_KIND: aya_obj::generated::_bindgen_ty_103 = 1u32 pub const aya_obj::generated::TCA_OPTIONS: aya_obj::generated::_bindgen_ty_103 = 2u32 pub const aya_obj::generated::TCA_PAD: aya_obj::generated::_bindgen_ty_103 = 9u32 pub const aya_obj::generated::TCA_RATE: aya_obj::generated::_bindgen_ty_103 = 5u32 pub const aya_obj::generated::TCA_STAB: aya_obj::generated::_bindgen_ty_103 = 8u32 pub const aya_obj::generated::TCA_STATS: aya_obj::generated::_bindgen_ty_103 = 3u32 pub const aya_obj::generated::TCA_STATS2: aya_obj::generated::_bindgen_ty_103 = 7u32 pub const aya_obj::generated::TCA_UNSPEC: aya_obj::generated::_bindgen_ty_103 = 0u32 pub const aya_obj::generated::TCA_XSTATS: aya_obj::generated::_bindgen_ty_103 = 4u32 pub const aya_obj::generated::TC_H_CLSACT: u32 = 4_294_967_281u32 pub const aya_obj::generated::TC_H_INGRESS: u32 = 4_294_967_281u32 pub const aya_obj::generated::TC_H_MAJ_MASK: u32 = 4_294_901_760u32 pub const aya_obj::generated::TC_H_MIN_EGRESS: u32 = 65_523u32 pub const aya_obj::generated::TC_H_MIN_INGRESS: u32 = 65_522u32 pub const aya_obj::generated::TC_H_MIN_MASK: u32 = 65_535u32 pub const aya_obj::generated::TC_H_MIN_PRIORITY: u32 = 65_504u32 pub const aya_obj::generated::TC_H_ROOT: u32 = 4_294_967_295u32 pub const aya_obj::generated::TC_H_UNSPEC: u32 = 0u32 pub const aya_obj::generated::XDP_FLAGS_DRV_MODE: u32 = 4u32 pub const aya_obj::generated::XDP_FLAGS_HW_MODE: u32 = 8u32 pub const aya_obj::generated::XDP_FLAGS_MASK: u32 = 31u32 pub const aya_obj::generated::XDP_FLAGS_MODES: u32 = 14u32 pub const aya_obj::generated::XDP_FLAGS_REPLACE: u32 = 16u32 pub const aya_obj::generated::XDP_FLAGS_SKB_MODE: u32 = 2u32 pub const aya_obj::generated::XDP_FLAGS_UPDATE_IF_NOEXIST: u32 = 1u32 pub const aya_obj::generated::__IFLA_XDP_MAX: aya_obj::generated::_bindgen_ty_90 = 9u32 pub const aya_obj::generated::__TCA_BPF_MAX: aya_obj::generated::_bindgen_ty_159 = 12u32 pub const aya_obj::generated::__TCA_MAX: aya_obj::generated::_bindgen_ty_103 = 15u32 pub type aya_obj::generated::__s16 = core::ffi::c_short pub type aya_obj::generated::__s32 = core::ffi::c_int pub type aya_obj::generated::__s64 = core::ffi::c_longlong pub type aya_obj::generated::__u16 = core::ffi::c_ushort pub type aya_obj::generated::__u32 = core::ffi::c_uint pub type aya_obj::generated::__u64 = core::ffi::c_ulonglong pub type aya_obj::generated::__u8 = core::ffi::c_uchar pub type aya_obj::generated::_bindgen_ty_10 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_103 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_11 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_12 = core::ffi::c_ulong pub type aya_obj::generated::_bindgen_ty_13 = core::ffi::c_int pub type aya_obj::generated::_bindgen_ty_15 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_159 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_17 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_19 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_2 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_22 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_24 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_25 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_3 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_39 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_4 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_40 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_41 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_5 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_6 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_7 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_8 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_9 = core::ffi::c_uint pub type aya_obj::generated::_bindgen_ty_90 = core::ffi::c_uint pub mod aya_obj::maps pub enum aya_obj::maps::Map pub aya_obj::maps::Map::Btf(aya_obj::maps::BtfMap) pub aya_obj::maps::Map::Legacy(aya_obj::maps::LegacyMap) impl aya_obj::maps::Map pub fn aya_obj::maps::Map::data(&self) -> &[u8] pub fn aya_obj::maps::Map::data_mut(&mut self) -> &mut alloc::vec::Vec pub fn aya_obj::maps::Map::key_size(&self) -> u32 pub fn aya_obj::maps::Map::map_flags(&self) -> u32 pub fn aya_obj::maps::Map::map_type(&self) -> u32 pub fn aya_obj::maps::Map::max_entries(&self) -> u32 pub fn aya_obj::maps::Map::pinning(&self) -> aya_obj::maps::PinningType pub fn aya_obj::maps::Map::section_index(&self) -> usize pub fn aya_obj::maps::Map::section_kind(&self) -> aya_obj::BpfSectionKind pub fn aya_obj::maps::Map::set_max_entries(&mut self, v: u32) pub fn aya_obj::maps::Map::symbol_index(&self) -> core::option::Option pub fn aya_obj::maps::Map::value_size(&self) -> u32 impl core::clone::Clone for aya_obj::maps::Map pub fn aya_obj::maps::Map::clone(&self) -> aya_obj::maps::Map impl core::fmt::Debug for aya_obj::maps::Map pub fn aya_obj::maps::Map::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::maps::Map impl core::marker::Sync for aya_obj::maps::Map impl core::marker::Unpin for aya_obj::maps::Map impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::Map impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::Map impl core::convert::Into for aya_obj::maps::Map where U: core::convert::From pub fn aya_obj::maps::Map::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::Map where U: core::convert::Into pub type aya_obj::maps::Map::Error = core::convert::Infallible pub fn aya_obj::maps::Map::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::Map where U: core::convert::TryFrom pub type aya_obj::maps::Map::Error = >::Error pub fn aya_obj::maps::Map::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::Map where T: core::clone::Clone pub type aya_obj::maps::Map::Owned = T pub fn aya_obj::maps::Map::clone_into(&self, target: &mut T) pub fn aya_obj::maps::Map::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::Map where T: 'static + core::marker::Sized pub fn aya_obj::maps::Map::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::Map where T: core::marker::Sized pub fn aya_obj::maps::Map::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::Map where T: core::marker::Sized pub fn aya_obj::maps::Map::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::Map pub fn aya_obj::maps::Map::from(t: T) -> T 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::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 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::PinningError impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::PinningError impl core::any::Provider for aya_obj::maps::PinningError where E: core::error::Error + core::marker::Sized pub fn aya_obj::maps::PinningError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::maps::PinningError where U: core::convert::From pub fn aya_obj::maps::PinningError::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::PinningError where U: core::convert::Into pub type aya_obj::maps::PinningError::Error = core::convert::Infallible pub fn aya_obj::maps::PinningError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::PinningError where U: core::convert::TryFrom pub type aya_obj::maps::PinningError::Error = >::Error pub fn aya_obj::maps::PinningError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::maps::PinningError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::maps::PinningError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::maps::PinningError where T: 'static + core::marker::Sized pub fn aya_obj::maps::PinningError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::PinningError where T: core::marker::Sized pub fn aya_obj::maps::PinningError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::PinningError where T: core::marker::Sized pub fn aya_obj::maps::PinningError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::PinningError 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::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 pub fn aya_obj::maps::PinningType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::maps::PinningType impl core::marker::StructuralEq for aya_obj::maps::PinningType impl core::marker::StructuralPartialEq for aya_obj::maps::PinningType impl core::marker::Send for aya_obj::maps::PinningType impl core::marker::Sync for aya_obj::maps::PinningType impl core::marker::Unpin for aya_obj::maps::PinningType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::PinningType impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::PinningType impl core::convert::Into for aya_obj::maps::PinningType where U: core::convert::From pub fn aya_obj::maps::PinningType::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::PinningType where U: core::convert::Into pub type aya_obj::maps::PinningType::Error = core::convert::Infallible pub fn aya_obj::maps::PinningType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::PinningType where U: core::convert::TryFrom pub type aya_obj::maps::PinningType::Error = >::Error pub fn aya_obj::maps::PinningType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::PinningType where T: core::clone::Clone pub type aya_obj::maps::PinningType::Owned = T pub fn aya_obj::maps::PinningType::clone_into(&self, target: &mut T) pub fn aya_obj::maps::PinningType::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::PinningType where T: 'static + core::marker::Sized pub fn aya_obj::maps::PinningType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::PinningType where T: core::marker::Sized pub fn aya_obj::maps::PinningType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::PinningType where T: core::marker::Sized pub fn aya_obj::maps::PinningType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::PinningType pub fn aya_obj::maps::PinningType::from(t: T) -> T pub struct aya_obj::maps::BtfMap pub aya_obj::maps::BtfMap::def: aya_obj::maps::BtfMapDef impl core::clone::Clone for aya_obj::maps::BtfMap pub fn aya_obj::maps::BtfMap::clone(&self) -> aya_obj::maps::BtfMap impl core::fmt::Debug for aya_obj::maps::BtfMap pub fn aya_obj::maps::BtfMap::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::maps::BtfMap impl core::marker::Sync for aya_obj::maps::BtfMap impl core::marker::Unpin for aya_obj::maps::BtfMap impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::BtfMap impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::BtfMap impl core::convert::Into for aya_obj::maps::BtfMap where U: core::convert::From pub fn aya_obj::maps::BtfMap::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::BtfMap where U: core::convert::Into pub type aya_obj::maps::BtfMap::Error = core::convert::Infallible pub fn aya_obj::maps::BtfMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::BtfMap where U: core::convert::TryFrom pub type aya_obj::maps::BtfMap::Error = >::Error pub fn aya_obj::maps::BtfMap::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::BtfMap where T: core::clone::Clone pub type aya_obj::maps::BtfMap::Owned = T pub fn aya_obj::maps::BtfMap::clone_into(&self, target: &mut T) pub fn aya_obj::maps::BtfMap::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::BtfMap where T: 'static + core::marker::Sized pub fn aya_obj::maps::BtfMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::BtfMap where T: core::marker::Sized pub fn aya_obj::maps::BtfMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::BtfMap where T: core::marker::Sized pub fn aya_obj::maps::BtfMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::BtfMap pub fn aya_obj::maps::BtfMap::from(t: T) -> T pub struct aya_obj::maps::BtfMapDef pub aya_obj::maps::BtfMapDef::btf_key_type_id: u32 pub aya_obj::maps::BtfMapDef::btf_value_type_id: u32 impl core::clone::Clone for aya_obj::maps::BtfMapDef pub fn aya_obj::maps::BtfMapDef::clone(&self) -> aya_obj::maps::BtfMapDef impl core::cmp::Eq for aya_obj::maps::BtfMapDef impl core::cmp::PartialEq for aya_obj::maps::BtfMapDef pub fn aya_obj::maps::BtfMapDef::eq(&self, other: &aya_obj::maps::BtfMapDef) -> bool impl core::default::Default for aya_obj::maps::BtfMapDef pub fn aya_obj::maps::BtfMapDef::default() -> aya_obj::maps::BtfMapDef impl core::fmt::Debug for aya_obj::maps::BtfMapDef pub fn aya_obj::maps::BtfMapDef::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::maps::BtfMapDef impl core::marker::StructuralEq for aya_obj::maps::BtfMapDef impl core::marker::StructuralPartialEq for aya_obj::maps::BtfMapDef impl core::marker::Send for aya_obj::maps::BtfMapDef impl core::marker::Sync for aya_obj::maps::BtfMapDef impl core::marker::Unpin for aya_obj::maps::BtfMapDef impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::BtfMapDef impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::BtfMapDef impl core::convert::Into for aya_obj::maps::BtfMapDef where U: core::convert::From pub fn aya_obj::maps::BtfMapDef::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::BtfMapDef where U: core::convert::Into pub type aya_obj::maps::BtfMapDef::Error = core::convert::Infallible pub fn aya_obj::maps::BtfMapDef::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::BtfMapDef where U: core::convert::TryFrom pub type aya_obj::maps::BtfMapDef::Error = >::Error pub fn aya_obj::maps::BtfMapDef::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::BtfMapDef where T: core::clone::Clone pub type aya_obj::maps::BtfMapDef::Owned = T pub fn aya_obj::maps::BtfMapDef::clone_into(&self, target: &mut T) pub fn aya_obj::maps::BtfMapDef::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::BtfMapDef where T: 'static + core::marker::Sized pub fn aya_obj::maps::BtfMapDef::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::BtfMapDef where T: core::marker::Sized pub fn aya_obj::maps::BtfMapDef::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::BtfMapDef where T: core::marker::Sized pub fn aya_obj::maps::BtfMapDef::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::BtfMapDef pub fn aya_obj::maps::BtfMapDef::from(t: T) -> T pub struct aya_obj::maps::InvalidMapTypeError pub aya_obj::maps::InvalidMapTypeError::map_type: u32 impl core::marker::Send for aya_obj::maps::InvalidMapTypeError impl core::marker::Sync for aya_obj::maps::InvalidMapTypeError impl core::marker::Unpin for aya_obj::maps::InvalidMapTypeError impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::InvalidMapTypeError impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::InvalidMapTypeError impl core::convert::Into for aya_obj::maps::InvalidMapTypeError where U: core::convert::From pub fn aya_obj::maps::InvalidMapTypeError::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::InvalidMapTypeError where U: core::convert::Into pub type aya_obj::maps::InvalidMapTypeError::Error = core::convert::Infallible pub fn aya_obj::maps::InvalidMapTypeError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::InvalidMapTypeError where U: core::convert::TryFrom pub type aya_obj::maps::InvalidMapTypeError::Error = >::Error pub fn aya_obj::maps::InvalidMapTypeError::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_obj::maps::InvalidMapTypeError where T: 'static + core::marker::Sized pub fn aya_obj::maps::InvalidMapTypeError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::InvalidMapTypeError where T: core::marker::Sized pub fn aya_obj::maps::InvalidMapTypeError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::InvalidMapTypeError where T: core::marker::Sized pub fn aya_obj::maps::InvalidMapTypeError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::InvalidMapTypeError pub fn aya_obj::maps::InvalidMapTypeError::from(t: T) -> T pub struct aya_obj::maps::LegacyMap pub aya_obj::maps::LegacyMap::data: alloc::vec::Vec pub aya_obj::maps::LegacyMap::def: aya_obj::maps::bpf_map_def pub aya_obj::maps::LegacyMap::section_index: usize pub aya_obj::maps::LegacyMap::section_kind: aya_obj::BpfSectionKind pub aya_obj::maps::LegacyMap::symbol_index: core::option::Option impl core::clone::Clone for aya_obj::maps::LegacyMap pub fn aya_obj::maps::LegacyMap::clone(&self) -> aya_obj::maps::LegacyMap impl core::fmt::Debug for aya_obj::maps::LegacyMap pub fn aya_obj::maps::LegacyMap::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::maps::LegacyMap impl core::marker::Sync for aya_obj::maps::LegacyMap impl core::marker::Unpin for aya_obj::maps::LegacyMap impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::LegacyMap impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::LegacyMap impl core::convert::Into for aya_obj::maps::LegacyMap where U: core::convert::From pub fn aya_obj::maps::LegacyMap::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::LegacyMap where U: core::convert::Into pub type aya_obj::maps::LegacyMap::Error = core::convert::Infallible pub fn aya_obj::maps::LegacyMap::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::LegacyMap where U: core::convert::TryFrom pub type aya_obj::maps::LegacyMap::Error = >::Error pub fn aya_obj::maps::LegacyMap::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::LegacyMap where T: core::clone::Clone pub type aya_obj::maps::LegacyMap::Owned = T pub fn aya_obj::maps::LegacyMap::clone_into(&self, target: &mut T) pub fn aya_obj::maps::LegacyMap::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::LegacyMap where T: 'static + core::marker::Sized pub fn aya_obj::maps::LegacyMap::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::LegacyMap where T: core::marker::Sized pub fn aya_obj::maps::LegacyMap::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::LegacyMap where T: core::marker::Sized pub fn aya_obj::maps::LegacyMap::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::LegacyMap pub fn aya_obj::maps::LegacyMap::from(t: T) -> T #[repr(C)] pub struct aya_obj::maps::bpf_map_def pub aya_obj::maps::bpf_map_def::id: u32 pub aya_obj::maps::bpf_map_def::key_size: u32 pub aya_obj::maps::bpf_map_def::map_flags: u32 pub aya_obj::maps::bpf_map_def::map_type: u32 pub aya_obj::maps::bpf_map_def::max_entries: u32 pub aya_obj::maps::bpf_map_def::pinning: aya_obj::maps::PinningType pub aya_obj::maps::bpf_map_def::value_size: u32 impl core::clone::Clone for aya_obj::maps::bpf_map_def pub fn aya_obj::maps::bpf_map_def::clone(&self) -> aya_obj::maps::bpf_map_def impl core::cmp::Eq for aya_obj::maps::bpf_map_def impl core::cmp::PartialEq for aya_obj::maps::bpf_map_def pub fn aya_obj::maps::bpf_map_def::eq(&self, other: &aya_obj::maps::bpf_map_def) -> bool impl core::default::Default for aya_obj::maps::bpf_map_def pub fn aya_obj::maps::bpf_map_def::default() -> aya_obj::maps::bpf_map_def impl core::fmt::Debug for aya_obj::maps::bpf_map_def pub fn aya_obj::maps::bpf_map_def::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::maps::bpf_map_def impl core::marker::StructuralEq for aya_obj::maps::bpf_map_def impl core::marker::StructuralPartialEq for aya_obj::maps::bpf_map_def impl core::marker::Send for aya_obj::maps::bpf_map_def impl core::marker::Sync for aya_obj::maps::bpf_map_def impl core::marker::Unpin for aya_obj::maps::bpf_map_def impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::bpf_map_def impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::bpf_map_def impl core::convert::Into for aya_obj::maps::bpf_map_def where U: core::convert::From pub fn aya_obj::maps::bpf_map_def::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::bpf_map_def where U: core::convert::Into pub type aya_obj::maps::bpf_map_def::Error = core::convert::Infallible pub fn aya_obj::maps::bpf_map_def::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::bpf_map_def where U: core::convert::TryFrom pub type aya_obj::maps::bpf_map_def::Error = >::Error pub fn aya_obj::maps::bpf_map_def::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::bpf_map_def where T: core::clone::Clone pub type aya_obj::maps::bpf_map_def::Owned = T pub fn aya_obj::maps::bpf_map_def::clone_into(&self, target: &mut T) pub fn aya_obj::maps::bpf_map_def::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::bpf_map_def where T: 'static + core::marker::Sized pub fn aya_obj::maps::bpf_map_def::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::bpf_map_def where T: core::marker::Sized pub fn aya_obj::maps::bpf_map_def::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::bpf_map_def where T: core::marker::Sized pub fn aya_obj::maps::bpf_map_def::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::bpf_map_def pub fn aya_obj::maps::bpf_map_def::from(t: T) -> T pub mod aya_obj::obj pub enum aya_obj::obj::BpfSectionKind pub aya_obj::obj::BpfSectionKind::Bss pub aya_obj::obj::BpfSectionKind::Btf pub aya_obj::obj::BpfSectionKind::BtfExt pub aya_obj::obj::BpfSectionKind::BtfMaps pub aya_obj::obj::BpfSectionKind::Data pub aya_obj::obj::BpfSectionKind::License pub aya_obj::obj::BpfSectionKind::Maps pub aya_obj::obj::BpfSectionKind::Program pub aya_obj::obj::BpfSectionKind::Rodata pub aya_obj::obj::BpfSectionKind::Text pub aya_obj::obj::BpfSectionKind::Undefined pub aya_obj::obj::BpfSectionKind::Version impl core::clone::Clone for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::clone(&self) -> aya_obj::BpfSectionKind impl core::cmp::Eq for aya_obj::BpfSectionKind impl core::cmp::PartialEq for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::eq(&self, other: &aya_obj::BpfSectionKind) -> bool impl core::fmt::Debug for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::BpfSectionKind impl core::marker::StructuralEq for aya_obj::BpfSectionKind impl core::marker::StructuralPartialEq for aya_obj::BpfSectionKind impl core::marker::Send for aya_obj::BpfSectionKind impl core::marker::Sync for aya_obj::BpfSectionKind impl core::marker::Unpin for aya_obj::BpfSectionKind impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::BpfSectionKind impl core::panic::unwind_safe::UnwindSafe for aya_obj::BpfSectionKind impl core::convert::Into for aya_obj::BpfSectionKind where U: core::convert::From pub fn aya_obj::BpfSectionKind::into(self) -> U impl core::convert::TryFrom for aya_obj::BpfSectionKind where U: core::convert::Into pub type aya_obj::BpfSectionKind::Error = core::convert::Infallible pub fn aya_obj::BpfSectionKind::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::BpfSectionKind where U: core::convert::TryFrom pub type aya_obj::BpfSectionKind::Error = >::Error pub fn aya_obj::BpfSectionKind::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::BpfSectionKind where T: core::clone::Clone pub type aya_obj::BpfSectionKind::Owned = T pub fn aya_obj::BpfSectionKind::clone_into(&self, target: &mut T) pub fn aya_obj::BpfSectionKind::to_owned(&self) -> T impl core::any::Any for aya_obj::BpfSectionKind where T: 'static + core::marker::Sized pub fn aya_obj::BpfSectionKind::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::BpfSectionKind where T: core::marker::Sized pub fn aya_obj::BpfSectionKind::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::BpfSectionKind where T: core::marker::Sized pub fn aya_obj::BpfSectionKind::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::from(t: T) -> T pub enum aya_obj::obj::ParseError pub aya_obj::obj::ParseError::BtfError(aya_obj::btf::BtfError) pub aya_obj::obj::ParseError::ElfError(object::read::Error) pub aya_obj::obj::ParseError::InvalidGlobalData pub aya_obj::obj::ParseError::InvalidGlobalData::data_size: usize pub aya_obj::obj::ParseError::InvalidGlobalData::name: alloc::string::String pub aya_obj::obj::ParseError::InvalidGlobalData::sym_size: u64 pub aya_obj::obj::ParseError::InvalidKernelVersion pub aya_obj::obj::ParseError::InvalidKernelVersion::data: alloc::vec::Vec pub aya_obj::obj::ParseError::InvalidLicense pub aya_obj::obj::ParseError::InvalidLicense::data: alloc::vec::Vec pub aya_obj::obj::ParseError::InvalidMapDefinition pub aya_obj::obj::ParseError::InvalidMapDefinition::name: alloc::string::String pub aya_obj::obj::ParseError::InvalidProgramCode pub aya_obj::obj::ParseError::InvalidProgramSection pub aya_obj::obj::ParseError::InvalidProgramSection::section: alloc::string::String pub aya_obj::obj::ParseError::InvalidSymbol pub aya_obj::obj::ParseError::InvalidSymbol::index: usize pub aya_obj::obj::ParseError::InvalidSymbol::name: core::option::Option pub aya_obj::obj::ParseError::MapNotFound pub aya_obj::obj::ParseError::MapNotFound::index: usize pub aya_obj::obj::ParseError::MapSymbolNameNotFound pub aya_obj::obj::ParseError::MapSymbolNameNotFound::i: usize pub aya_obj::obj::ParseError::MissingLicenseNullTerminator pub aya_obj::obj::ParseError::MissingLicenseNullTerminator::data: alloc::vec::Vec pub aya_obj::obj::ParseError::NoBTF pub aya_obj::obj::ParseError::NoSymbolsForMapsSection pub aya_obj::obj::ParseError::SectionError pub aya_obj::obj::ParseError::SectionError::error: object::read::Error pub aya_obj::obj::ParseError::SectionError::index: usize pub aya_obj::obj::ParseError::SymbolNotFound pub aya_obj::obj::ParseError::SymbolNotFound::name: alloc::string::String pub aya_obj::obj::ParseError::SymbolTableConflict pub aya_obj::obj::ParseError::SymbolTableConflict::address: u64 pub aya_obj::obj::ParseError::SymbolTableConflict::section_index: usize pub aya_obj::obj::ParseError::UnknownSymbol pub aya_obj::obj::ParseError::UnknownSymbol::address: u64 pub aya_obj::obj::ParseError::UnknownSymbol::section_index: usize pub aya_obj::obj::ParseError::UnsupportedRelocationTarget 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::marker::Send for aya_obj::ParseError impl core::marker::Sync for aya_obj::ParseError impl core::marker::Unpin for aya_obj::ParseError impl !core::panic::unwind_safe::RefUnwindSafe for aya_obj::ParseError impl !core::panic::unwind_safe::UnwindSafe for aya_obj::ParseError impl core::any::Provider for aya_obj::ParseError where E: core::error::Error + core::marker::Sized pub fn aya_obj::ParseError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::ParseError where U: core::convert::From pub fn aya_obj::ParseError::into(self) -> U impl core::convert::TryFrom for aya_obj::ParseError where U: core::convert::Into pub type aya_obj::ParseError::Error = core::convert::Infallible pub fn aya_obj::ParseError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::ParseError where U: core::convert::TryFrom pub type aya_obj::ParseError::Error = >::Error pub fn aya_obj::ParseError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::ParseError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::ParseError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::ParseError where T: 'static + core::marker::Sized pub fn aya_obj::ParseError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::ParseError where T: core::marker::Sized pub fn aya_obj::ParseError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::ParseError where T: core::marker::Sized pub fn aya_obj::ParseError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::ParseError pub fn aya_obj::ParseError::from(t: T) -> T pub enum aya_obj::obj::ProgramSection pub aya_obj::obj::ProgramSection::BtfTracePoint pub aya_obj::obj::ProgramSection::BtfTracePoint::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupDevice pub aya_obj::obj::ProgramSection::CgroupDevice::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSkb pub aya_obj::obj::ProgramSection::CgroupSkb::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSkbEgress pub aya_obj::obj::ProgramSection::CgroupSkbEgress::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSkbIngress pub aya_obj::obj::ProgramSection::CgroupSkbIngress::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSock pub aya_obj::obj::ProgramSection::CgroupSock::attach_type: aya_obj::programs::cgroup_sock::CgroupSockAttachType pub aya_obj::obj::ProgramSection::CgroupSock::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSockAddr pub aya_obj::obj::ProgramSection::CgroupSockAddr::attach_type: aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub aya_obj::obj::ProgramSection::CgroupSockAddr::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSockopt pub aya_obj::obj::ProgramSection::CgroupSockopt::attach_type: aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub aya_obj::obj::ProgramSection::CgroupSockopt::name: alloc::string::String pub aya_obj::obj::ProgramSection::CgroupSysctl pub aya_obj::obj::ProgramSection::CgroupSysctl::name: alloc::string::String pub aya_obj::obj::ProgramSection::Extension pub aya_obj::obj::ProgramSection::Extension::name: alloc::string::String pub aya_obj::obj::ProgramSection::FEntry pub aya_obj::obj::ProgramSection::FEntry::name: alloc::string::String pub aya_obj::obj::ProgramSection::FExit pub aya_obj::obj::ProgramSection::FExit::name: alloc::string::String pub aya_obj::obj::ProgramSection::KProbe pub aya_obj::obj::ProgramSection::KProbe::name: alloc::string::String pub aya_obj::obj::ProgramSection::KRetProbe pub aya_obj::obj::ProgramSection::KRetProbe::name: alloc::string::String pub aya_obj::obj::ProgramSection::LircMode2 pub aya_obj::obj::ProgramSection::LircMode2::name: alloc::string::String pub aya_obj::obj::ProgramSection::Lsm pub aya_obj::obj::ProgramSection::Lsm::name: alloc::string::String pub aya_obj::obj::ProgramSection::Lsm::sleepable: bool pub aya_obj::obj::ProgramSection::PerfEvent pub aya_obj::obj::ProgramSection::PerfEvent::name: alloc::string::String pub aya_obj::obj::ProgramSection::RawTracePoint pub aya_obj::obj::ProgramSection::RawTracePoint::name: alloc::string::String pub aya_obj::obj::ProgramSection::SchedClassifier pub aya_obj::obj::ProgramSection::SchedClassifier::name: alloc::string::String pub aya_obj::obj::ProgramSection::SkLookup pub aya_obj::obj::ProgramSection::SkLookup::name: alloc::string::String pub aya_obj::obj::ProgramSection::SkMsg pub aya_obj::obj::ProgramSection::SkMsg::name: alloc::string::String pub aya_obj::obj::ProgramSection::SkSkbStreamParser pub aya_obj::obj::ProgramSection::SkSkbStreamParser::name: alloc::string::String pub aya_obj::obj::ProgramSection::SkSkbStreamVerdict pub aya_obj::obj::ProgramSection::SkSkbStreamVerdict::name: alloc::string::String pub aya_obj::obj::ProgramSection::SockOps pub aya_obj::obj::ProgramSection::SockOps::name: alloc::string::String pub aya_obj::obj::ProgramSection::SocketFilter pub aya_obj::obj::ProgramSection::SocketFilter::name: alloc::string::String pub aya_obj::obj::ProgramSection::TracePoint pub aya_obj::obj::ProgramSection::TracePoint::name: alloc::string::String pub aya_obj::obj::ProgramSection::UProbe pub aya_obj::obj::ProgramSection::UProbe::name: alloc::string::String pub aya_obj::obj::ProgramSection::URetProbe pub aya_obj::obj::ProgramSection::URetProbe::name: alloc::string::String pub aya_obj::obj::ProgramSection::Xdp pub aya_obj::obj::ProgramSection::Xdp::frags: bool pub aya_obj::obj::ProgramSection::Xdp::name: alloc::string::String impl aya_obj::ProgramSection pub fn aya_obj::ProgramSection::name(&self) -> &str 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::marker::Send for aya_obj::ProgramSection impl core::marker::Sync for aya_obj::ProgramSection impl core::marker::Unpin for aya_obj::ProgramSection impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::ProgramSection impl core::panic::unwind_safe::UnwindSafe for aya_obj::ProgramSection impl core::convert::Into for aya_obj::ProgramSection where U: core::convert::From pub fn aya_obj::ProgramSection::into(self) -> U impl core::convert::TryFrom for aya_obj::ProgramSection where U: core::convert::Into pub type aya_obj::ProgramSection::Error = core::convert::Infallible pub fn aya_obj::ProgramSection::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::ProgramSection where U: core::convert::TryFrom pub type aya_obj::ProgramSection::Error = >::Error pub fn aya_obj::ProgramSection::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::ProgramSection where T: core::clone::Clone pub type aya_obj::ProgramSection::Owned = T pub fn aya_obj::ProgramSection::clone_into(&self, target: &mut T) pub fn aya_obj::ProgramSection::to_owned(&self) -> T impl core::any::Any for aya_obj::ProgramSection where T: 'static + core::marker::Sized pub fn aya_obj::ProgramSection::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::ProgramSection where T: core::marker::Sized pub fn aya_obj::ProgramSection::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::ProgramSection where T: core::marker::Sized pub fn aya_obj::ProgramSection::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::ProgramSection pub fn aya_obj::ProgramSection::from(t: T) -> T pub struct aya_obj::obj::Features impl aya_obj::Features pub fn aya_obj::Features::bpf_cookie(&self) -> bool pub fn aya_obj::Features::bpf_global_data(&self) -> bool pub fn aya_obj::Features::bpf_name(&self) -> bool pub fn aya_obj::Features::bpf_perf_link(&self) -> bool pub fn aya_obj::Features::bpf_probe_read_kernel(&self) -> bool pub fn aya_obj::Features::btf(&self) -> core::option::Option<&aya_obj::btf::BtfFeatures> impl core::default::Default for aya_obj::Features pub fn aya_obj::Features::default() -> aya_obj::Features impl core::fmt::Debug for aya_obj::Features pub fn aya_obj::Features::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Features impl core::marker::Sync for aya_obj::Features impl core::marker::Unpin for aya_obj::Features impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Features impl core::panic::unwind_safe::UnwindSafe for aya_obj::Features impl core::convert::Into for aya_obj::Features where U: core::convert::From pub fn aya_obj::Features::into(self) -> U impl core::convert::TryFrom for aya_obj::Features where U: core::convert::Into pub type aya_obj::Features::Error = core::convert::Infallible pub fn aya_obj::Features::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Features where U: core::convert::TryFrom pub type aya_obj::Features::Error = >::Error pub fn aya_obj::Features::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_obj::Features where T: 'static + core::marker::Sized pub fn aya_obj::Features::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Features where T: core::marker::Sized pub fn aya_obj::Features::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Features where T: core::marker::Sized pub fn aya_obj::Features::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Features pub fn aya_obj::Features::from(t: T) -> T pub struct aya_obj::obj::Function pub aya_obj::obj::Function::address: u64 pub aya_obj::obj::Function::func_info: aya_obj::btf::FuncSecInfo pub aya_obj::obj::Function::func_info_rec_size: usize pub aya_obj::obj::Function::instructions: alloc::vec::Vec pub aya_obj::obj::Function::line_info: aya_obj::btf::LineSecInfo pub aya_obj::obj::Function::line_info_rec_size: usize pub aya_obj::obj::Function::name: alloc::string::String pub aya_obj::obj::Function::section_index: object::read::SectionIndex pub aya_obj::obj::Function::section_offset: usize impl core::clone::Clone for aya_obj::Function pub fn aya_obj::Function::clone(&self) -> aya_obj::Function impl core::fmt::Debug for aya_obj::Function pub fn aya_obj::Function::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Function impl core::marker::Sync for aya_obj::Function impl core::marker::Unpin for aya_obj::Function impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Function impl core::panic::unwind_safe::UnwindSafe for aya_obj::Function impl core::convert::Into for aya_obj::Function where U: core::convert::From pub fn aya_obj::Function::into(self) -> U impl core::convert::TryFrom for aya_obj::Function where U: core::convert::Into pub type aya_obj::Function::Error = core::convert::Infallible pub fn aya_obj::Function::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Function where U: core::convert::TryFrom pub type aya_obj::Function::Error = >::Error pub fn aya_obj::Function::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::Function where T: core::clone::Clone pub type aya_obj::Function::Owned = T pub fn aya_obj::Function::clone_into(&self, target: &mut T) pub fn aya_obj::Function::to_owned(&self) -> T impl core::any::Any for aya_obj::Function where T: 'static + core::marker::Sized pub fn aya_obj::Function::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Function where T: core::marker::Sized pub fn aya_obj::Function::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Function where T: core::marker::Sized pub fn aya_obj::Function::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Function pub fn aya_obj::Function::from(t: T) -> T pub struct aya_obj::obj::Object pub aya_obj::obj::Object::btf: core::option::Option pub aya_obj::obj::Object::btf_ext: core::option::Option pub aya_obj::obj::Object::endianness: object::endian::Endianness pub aya_obj::obj::Object::functions: alloc::collections::btree::map::BTreeMap<(usize, u64), aya_obj::Function> pub aya_obj::obj::Object::kernel_version: core::option::Option pub aya_obj::obj::Object::license: alloc::ffi::c_str::CString pub aya_obj::obj::Object::maps: std::collections::hash::map::HashMap pub aya_obj::obj::Object::programs: std::collections::hash::map::HashMap impl aya_obj::Object pub fn aya_obj::Object::fixup_and_sanitize_btf(&mut self, features: &aya_obj::btf::BtfFeatures) -> core::result::Result, aya_obj::btf::BtfError> impl aya_obj::Object pub fn aya_obj::Object::parse(data: &[u8]) -> core::result::Result pub fn aya_obj::Object::patch_map_data(&mut self, globals: std::collections::hash::map::HashMap<&str, (&[u8], bool)>) -> core::result::Result<(), aya_obj::ParseError> pub fn aya_obj::Object::sanitize_functions(&mut self, features: &aya_obj::Features) impl aya_obj::Object pub fn aya_obj::Object::relocate_btf(&mut self, target_btf: &aya_obj::btf::Btf) -> core::result::Result<(), aya_obj::btf::BtfRelocationError> impl aya_obj::Object pub fn aya_obj::Object::relocate_calls(&mut self, text_sections: &std::collections::hash::set::HashSet) -> core::result::Result<(), aya_obj::relocation::BpfRelocationError> pub fn aya_obj::Object::relocate_maps<'a, I: core::iter::traits::iterator::Iterator, &'a aya_obj::maps::Map)>>(&mut self, maps: I, text_sections: &std::collections::hash::set::HashSet) -> core::result::Result<(), aya_obj::relocation::BpfRelocationError> impl core::clone::Clone for aya_obj::Object pub fn aya_obj::Object::clone(&self) -> aya_obj::Object impl core::fmt::Debug for aya_obj::Object pub fn aya_obj::Object::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Object impl core::marker::Sync for aya_obj::Object impl core::marker::Unpin for aya_obj::Object impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Object impl core::panic::unwind_safe::UnwindSafe for aya_obj::Object impl core::convert::Into for aya_obj::Object where U: core::convert::From pub fn aya_obj::Object::into(self) -> U impl core::convert::TryFrom for aya_obj::Object where U: core::convert::Into pub type aya_obj::Object::Error = core::convert::Infallible pub fn aya_obj::Object::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Object where U: core::convert::TryFrom pub type aya_obj::Object::Error = >::Error pub fn aya_obj::Object::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::Object where T: core::clone::Clone pub type aya_obj::Object::Owned = T pub fn aya_obj::Object::clone_into(&self, target: &mut T) pub fn aya_obj::Object::to_owned(&self) -> T impl core::any::Any for aya_obj::Object where T: 'static + core::marker::Sized pub fn aya_obj::Object::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Object where T: core::marker::Sized pub fn aya_obj::Object::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Object where T: core::marker::Sized pub fn aya_obj::Object::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Object pub fn aya_obj::Object::from(t: T) -> T pub struct aya_obj::obj::Program pub aya_obj::obj::Program::address: u64 pub aya_obj::obj::Program::kernel_version: core::option::Option pub aya_obj::obj::Program::license: alloc::ffi::c_str::CString pub aya_obj::obj::Program::section: aya_obj::ProgramSection pub aya_obj::obj::Program::section_index: usize impl aya_obj::Program pub fn aya_obj::Program::function_key(&self) -> (usize, u64) impl core::clone::Clone for aya_obj::Program pub fn aya_obj::Program::clone(&self) -> aya_obj::Program impl core::fmt::Debug for aya_obj::Program pub fn aya_obj::Program::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Program impl core::marker::Sync for aya_obj::Program impl core::marker::Unpin for aya_obj::Program impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Program impl core::panic::unwind_safe::UnwindSafe for aya_obj::Program impl core::convert::Into for aya_obj::Program where U: core::convert::From pub fn aya_obj::Program::into(self) -> U impl core::convert::TryFrom for aya_obj::Program where U: core::convert::Into pub type aya_obj::Program::Error = core::convert::Infallible pub fn aya_obj::Program::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Program where U: core::convert::TryFrom pub type aya_obj::Program::Error = >::Error pub fn aya_obj::Program::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::Program where T: core::clone::Clone pub type aya_obj::Program::Owned = T pub fn aya_obj::Program::clone_into(&self, target: &mut T) pub fn aya_obj::Program::to_owned(&self) -> T impl core::any::Any for aya_obj::Program where T: 'static + core::marker::Sized pub fn aya_obj::Program::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Program where T: core::marker::Sized pub fn aya_obj::Program::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Program where T: core::marker::Sized pub fn aya_obj::Program::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Program pub fn aya_obj::Program::from(t: T) -> T pub fn aya_obj::obj::copy_instructions(data: &[u8]) -> core::result::Result, aya_obj::ParseError> pub fn aya_obj::obj::parse_map_info(info: aya_obj::generated::bpf_map_info, pinned: aya_obj::maps::PinningType) -> aya_obj::maps::Map pub mod aya_obj::programs pub mod aya_obj::programs::cgroup_sock pub enum aya_obj::programs::cgroup_sock::CgroupSockAttachType 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::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 pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::marker::Send for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::marker::Sync for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::marker::Unpin for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::panic::unwind_safe::UnwindSafe for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::convert::Into for aya_obj::programs::cgroup_sock::CgroupSockAttachType where U: core::convert::From pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::into(self) -> U impl core::convert::TryFrom for aya_obj::programs::cgroup_sock::CgroupSockAttachType where U: core::convert::Into pub type aya_obj::programs::cgroup_sock::CgroupSockAttachType::Error = core::convert::Infallible pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::programs::cgroup_sock::CgroupSockAttachType where U: core::convert::TryFrom pub type aya_obj::programs::cgroup_sock::CgroupSockAttachType::Error = >::Error pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: core::clone::Clone pub type aya_obj::programs::cgroup_sock::CgroupSockAttachType::Owned = T pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::clone_into(&self, target: &mut T) pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::to_owned(&self) -> T impl core::any::Any for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: 'static + core::marker::Sized pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::programs::cgroup_sock::CgroupSockAttachType pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::from(t: T) -> T pub mod aya_obj::programs::cgroup_sock_addr pub enum aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Bind4 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Bind6 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Connect4 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Connect6 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::GetPeerName4 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::GetPeerName6 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::GetSockName4 pub aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::GetSockName6 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::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 impl core::marker::Send for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::marker::Sync for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::marker::Unpin for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::panic::unwind_safe::UnwindSafe for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::convert::Into for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where U: core::convert::From pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::into(self) -> U impl core::convert::TryFrom for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where U: core::convert::Into pub type aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Error = core::convert::Infallible pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where U: core::convert::TryFrom pub type aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Error = >::Error pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: core::clone::Clone pub type aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Owned = T pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::clone_into(&self, target: &mut T) pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::to_owned(&self) -> T impl core::any::Any for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: 'static + core::marker::Sized pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::from(t: T) -> T 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::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 impl core::marker::Send for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::marker::Sync for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::marker::Unpin for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::panic::unwind_safe::UnwindSafe for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::convert::Into for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where U: core::convert::From pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::into(self) -> U impl core::convert::TryFrom for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where U: core::convert::Into pub type aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Error = core::convert::Infallible pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where U: core::convert::TryFrom pub type aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Error = >::Error pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: core::clone::Clone pub type aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Owned = T pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::clone_into(&self, target: &mut T) pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::to_owned(&self) -> T impl core::any::Any for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: 'static + core::marker::Sized pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::from(t: T) -> T pub enum aya_obj::programs::CgroupSockAddrAttachType pub aya_obj::programs::CgroupSockAddrAttachType::Bind4 pub aya_obj::programs::CgroupSockAddrAttachType::Bind6 pub aya_obj::programs::CgroupSockAddrAttachType::Connect4 pub aya_obj::programs::CgroupSockAddrAttachType::Connect6 pub aya_obj::programs::CgroupSockAddrAttachType::GetPeerName4 pub aya_obj::programs::CgroupSockAddrAttachType::GetPeerName6 pub aya_obj::programs::CgroupSockAddrAttachType::GetSockName4 pub aya_obj::programs::CgroupSockAddrAttachType::GetSockName6 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::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 impl core::marker::Send for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::marker::Sync for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::marker::Unpin for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::panic::unwind_safe::UnwindSafe for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType impl core::convert::Into for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where U: core::convert::From pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::into(self) -> U impl core::convert::TryFrom for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where U: core::convert::Into pub type aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Error = core::convert::Infallible pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where U: core::convert::TryFrom pub type aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Error = >::Error pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: core::clone::Clone pub type aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::Owned = T pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::clone_into(&self, target: &mut T) pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::to_owned(&self) -> T impl core::any::Any for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: 'static + core::marker::Sized pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub fn aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType::from(t: T) -> T pub enum aya_obj::programs::CgroupSockAttachType 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::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 pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::marker::Send for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::marker::Sync for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::marker::Unpin for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::panic::unwind_safe::UnwindSafe for aya_obj::programs::cgroup_sock::CgroupSockAttachType impl core::convert::Into for aya_obj::programs::cgroup_sock::CgroupSockAttachType where U: core::convert::From pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::into(self) -> U impl core::convert::TryFrom for aya_obj::programs::cgroup_sock::CgroupSockAttachType where U: core::convert::Into pub type aya_obj::programs::cgroup_sock::CgroupSockAttachType::Error = core::convert::Infallible pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::programs::cgroup_sock::CgroupSockAttachType where U: core::convert::TryFrom pub type aya_obj::programs::cgroup_sock::CgroupSockAttachType::Error = >::Error pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: core::clone::Clone pub type aya_obj::programs::cgroup_sock::CgroupSockAttachType::Owned = T pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::clone_into(&self, target: &mut T) pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::to_owned(&self) -> T impl core::any::Any for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: 'static + core::marker::Sized pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::programs::cgroup_sock::CgroupSockAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sock::CgroupSockAttachType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::programs::cgroup_sock::CgroupSockAttachType 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::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 impl core::marker::Send for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::marker::Sync for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::marker::Unpin for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::panic::unwind_safe::UnwindSafe for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType impl core::convert::Into for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where U: core::convert::From pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::into(self) -> U impl core::convert::TryFrom for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where U: core::convert::Into pub type aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Error = core::convert::Infallible pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where U: core::convert::TryFrom pub type aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Error = >::Error pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: core::clone::Clone pub type aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::Owned = T pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::clone_into(&self, target: &mut T) pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::to_owned(&self) -> T impl core::any::Any for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: 'static + core::marker::Sized pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType where T: core::marker::Sized pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub fn aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType::from(t: T) -> T pub mod aya_obj::relocation pub enum aya_obj::relocation::RelocationError pub aya_obj::relocation::RelocationError::InvalidRelocationOffset pub aya_obj::relocation::RelocationError::InvalidRelocationOffset::offset: u64 pub aya_obj::relocation::RelocationError::InvalidRelocationOffset::relocation_number: usize pub aya_obj::relocation::RelocationError::MapNotCreated pub aya_obj::relocation::RelocationError::MapNotCreated::name: alloc::string::String pub aya_obj::relocation::RelocationError::MapNotCreated::section_index: usize pub aya_obj::relocation::RelocationError::SectionNotFound pub aya_obj::relocation::RelocationError::SectionNotFound::section_index: usize pub aya_obj::relocation::RelocationError::SectionNotFound::symbol_index: usize pub aya_obj::relocation::RelocationError::SectionNotFound::symbol_name: core::option::Option pub aya_obj::relocation::RelocationError::UnknownFunction pub aya_obj::relocation::RelocationError::UnknownFunction::address: u64 pub aya_obj::relocation::RelocationError::UnknownFunction::caller_name: alloc::string::String pub aya_obj::relocation::RelocationError::UnknownProgram pub aya_obj::relocation::RelocationError::UnknownProgram::address: u64 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::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 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::relocation::RelocationError impl core::panic::unwind_safe::UnwindSafe for aya_obj::relocation::RelocationError impl core::any::Provider for aya_obj::relocation::RelocationError where E: core::error::Error + core::marker::Sized pub fn aya_obj::relocation::RelocationError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::relocation::RelocationError where U: core::convert::From pub fn aya_obj::relocation::RelocationError::into(self) -> U impl core::convert::TryFrom for aya_obj::relocation::RelocationError where U: core::convert::Into pub type aya_obj::relocation::RelocationError::Error = core::convert::Infallible pub fn aya_obj::relocation::RelocationError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::relocation::RelocationError where U: core::convert::TryFrom pub type aya_obj::relocation::RelocationError::Error = >::Error pub fn aya_obj::relocation::RelocationError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::relocation::RelocationError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::relocation::RelocationError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::relocation::RelocationError where T: 'static + core::marker::Sized pub fn aya_obj::relocation::RelocationError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::relocation::RelocationError where T: core::marker::Sized pub fn aya_obj::relocation::RelocationError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::relocation::RelocationError where T: core::marker::Sized pub fn aya_obj::relocation::RelocationError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::relocation::RelocationError 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::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 impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::relocation::BpfRelocationError impl core::panic::unwind_safe::UnwindSafe for aya_obj::relocation::BpfRelocationError impl core::any::Provider for aya_obj::relocation::BpfRelocationError where E: core::error::Error + core::marker::Sized pub fn aya_obj::relocation::BpfRelocationError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::relocation::BpfRelocationError where U: core::convert::From pub fn aya_obj::relocation::BpfRelocationError::into(self) -> U impl core::convert::TryFrom for aya_obj::relocation::BpfRelocationError where U: core::convert::Into pub type aya_obj::relocation::BpfRelocationError::Error = core::convert::Infallible pub fn aya_obj::relocation::BpfRelocationError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::relocation::BpfRelocationError where U: core::convert::TryFrom pub type aya_obj::relocation::BpfRelocationError::Error = >::Error pub fn aya_obj::relocation::BpfRelocationError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::relocation::BpfRelocationError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::relocation::BpfRelocationError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::relocation::BpfRelocationError where T: 'static + core::marker::Sized pub fn aya_obj::relocation::BpfRelocationError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::relocation::BpfRelocationError where T: core::marker::Sized pub fn aya_obj::relocation::BpfRelocationError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::relocation::BpfRelocationError where T: core::marker::Sized pub fn aya_obj::relocation::BpfRelocationError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::relocation::BpfRelocationError pub fn aya_obj::relocation::BpfRelocationError::from(t: T) -> T pub enum aya_obj::BpfSectionKind pub aya_obj::BpfSectionKind::Bss pub aya_obj::BpfSectionKind::Btf pub aya_obj::BpfSectionKind::BtfExt pub aya_obj::BpfSectionKind::BtfMaps pub aya_obj::BpfSectionKind::Data pub aya_obj::BpfSectionKind::License pub aya_obj::BpfSectionKind::Maps pub aya_obj::BpfSectionKind::Program pub aya_obj::BpfSectionKind::Rodata pub aya_obj::BpfSectionKind::Text pub aya_obj::BpfSectionKind::Undefined pub aya_obj::BpfSectionKind::Version impl core::clone::Clone for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::clone(&self) -> aya_obj::BpfSectionKind impl core::cmp::Eq for aya_obj::BpfSectionKind impl core::cmp::PartialEq for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::eq(&self, other: &aya_obj::BpfSectionKind) -> bool impl core::fmt::Debug for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Copy for aya_obj::BpfSectionKind impl core::marker::StructuralEq for aya_obj::BpfSectionKind impl core::marker::StructuralPartialEq for aya_obj::BpfSectionKind impl core::marker::Send for aya_obj::BpfSectionKind impl core::marker::Sync for aya_obj::BpfSectionKind impl core::marker::Unpin for aya_obj::BpfSectionKind impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::BpfSectionKind impl core::panic::unwind_safe::UnwindSafe for aya_obj::BpfSectionKind impl core::convert::Into for aya_obj::BpfSectionKind where U: core::convert::From pub fn aya_obj::BpfSectionKind::into(self) -> U impl core::convert::TryFrom for aya_obj::BpfSectionKind where U: core::convert::Into pub type aya_obj::BpfSectionKind::Error = core::convert::Infallible pub fn aya_obj::BpfSectionKind::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::BpfSectionKind where U: core::convert::TryFrom pub type aya_obj::BpfSectionKind::Error = >::Error pub fn aya_obj::BpfSectionKind::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::BpfSectionKind where T: core::clone::Clone pub type aya_obj::BpfSectionKind::Owned = T pub fn aya_obj::BpfSectionKind::clone_into(&self, target: &mut T) pub fn aya_obj::BpfSectionKind::to_owned(&self) -> T impl core::any::Any for aya_obj::BpfSectionKind where T: 'static + core::marker::Sized pub fn aya_obj::BpfSectionKind::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::BpfSectionKind where T: core::marker::Sized pub fn aya_obj::BpfSectionKind::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::BpfSectionKind where T: core::marker::Sized pub fn aya_obj::BpfSectionKind::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::BpfSectionKind pub fn aya_obj::BpfSectionKind::from(t: T) -> T pub enum aya_obj::Map pub aya_obj::Map::Btf(aya_obj::maps::BtfMap) pub aya_obj::Map::Legacy(aya_obj::maps::LegacyMap) impl aya_obj::maps::Map pub fn aya_obj::maps::Map::data(&self) -> &[u8] pub fn aya_obj::maps::Map::data_mut(&mut self) -> &mut alloc::vec::Vec pub fn aya_obj::maps::Map::key_size(&self) -> u32 pub fn aya_obj::maps::Map::map_flags(&self) -> u32 pub fn aya_obj::maps::Map::map_type(&self) -> u32 pub fn aya_obj::maps::Map::max_entries(&self) -> u32 pub fn aya_obj::maps::Map::pinning(&self) -> aya_obj::maps::PinningType pub fn aya_obj::maps::Map::section_index(&self) -> usize pub fn aya_obj::maps::Map::section_kind(&self) -> aya_obj::BpfSectionKind pub fn aya_obj::maps::Map::set_max_entries(&mut self, v: u32) pub fn aya_obj::maps::Map::symbol_index(&self) -> core::option::Option pub fn aya_obj::maps::Map::value_size(&self) -> u32 impl core::clone::Clone for aya_obj::maps::Map pub fn aya_obj::maps::Map::clone(&self) -> aya_obj::maps::Map impl core::fmt::Debug for aya_obj::maps::Map pub fn aya_obj::maps::Map::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::maps::Map impl core::marker::Sync for aya_obj::maps::Map impl core::marker::Unpin for aya_obj::maps::Map impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::maps::Map impl core::panic::unwind_safe::UnwindSafe for aya_obj::maps::Map impl core::convert::Into for aya_obj::maps::Map where U: core::convert::From pub fn aya_obj::maps::Map::into(self) -> U impl core::convert::TryFrom for aya_obj::maps::Map where U: core::convert::Into pub type aya_obj::maps::Map::Error = core::convert::Infallible pub fn aya_obj::maps::Map::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::maps::Map where U: core::convert::TryFrom pub type aya_obj::maps::Map::Error = >::Error pub fn aya_obj::maps::Map::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::maps::Map where T: core::clone::Clone pub type aya_obj::maps::Map::Owned = T pub fn aya_obj::maps::Map::clone_into(&self, target: &mut T) pub fn aya_obj::maps::Map::to_owned(&self) -> T impl core::any::Any for aya_obj::maps::Map where T: 'static + core::marker::Sized pub fn aya_obj::maps::Map::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::maps::Map where T: core::marker::Sized pub fn aya_obj::maps::Map::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::maps::Map where T: core::marker::Sized pub fn aya_obj::maps::Map::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::maps::Map pub fn aya_obj::maps::Map::from(t: T) -> T pub enum aya_obj::ParseError pub aya_obj::ParseError::BtfError(aya_obj::btf::BtfError) pub aya_obj::ParseError::ElfError(object::read::Error) pub aya_obj::ParseError::InvalidGlobalData pub aya_obj::ParseError::InvalidGlobalData::data_size: usize pub aya_obj::ParseError::InvalidGlobalData::name: alloc::string::String pub aya_obj::ParseError::InvalidGlobalData::sym_size: u64 pub aya_obj::ParseError::InvalidKernelVersion pub aya_obj::ParseError::InvalidKernelVersion::data: alloc::vec::Vec pub aya_obj::ParseError::InvalidLicense pub aya_obj::ParseError::InvalidLicense::data: alloc::vec::Vec pub aya_obj::ParseError::InvalidMapDefinition pub aya_obj::ParseError::InvalidMapDefinition::name: alloc::string::String pub aya_obj::ParseError::InvalidProgramCode pub aya_obj::ParseError::InvalidProgramSection pub aya_obj::ParseError::InvalidProgramSection::section: alloc::string::String pub aya_obj::ParseError::InvalidSymbol pub aya_obj::ParseError::InvalidSymbol::index: usize pub aya_obj::ParseError::InvalidSymbol::name: core::option::Option pub aya_obj::ParseError::MapNotFound pub aya_obj::ParseError::MapNotFound::index: usize pub aya_obj::ParseError::MapSymbolNameNotFound pub aya_obj::ParseError::MapSymbolNameNotFound::i: usize pub aya_obj::ParseError::MissingLicenseNullTerminator pub aya_obj::ParseError::MissingLicenseNullTerminator::data: alloc::vec::Vec pub aya_obj::ParseError::NoBTF pub aya_obj::ParseError::NoSymbolsForMapsSection pub aya_obj::ParseError::SectionError pub aya_obj::ParseError::SectionError::error: object::read::Error pub aya_obj::ParseError::SectionError::index: usize pub aya_obj::ParseError::SymbolNotFound pub aya_obj::ParseError::SymbolNotFound::name: alloc::string::String pub aya_obj::ParseError::SymbolTableConflict pub aya_obj::ParseError::SymbolTableConflict::address: u64 pub aya_obj::ParseError::SymbolTableConflict::section_index: usize pub aya_obj::ParseError::UnknownSymbol pub aya_obj::ParseError::UnknownSymbol::address: u64 pub aya_obj::ParseError::UnknownSymbol::section_index: usize pub aya_obj::ParseError::UnsupportedRelocationTarget 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::marker::Send for aya_obj::ParseError impl core::marker::Sync for aya_obj::ParseError impl core::marker::Unpin for aya_obj::ParseError impl !core::panic::unwind_safe::RefUnwindSafe for aya_obj::ParseError impl !core::panic::unwind_safe::UnwindSafe for aya_obj::ParseError impl core::any::Provider for aya_obj::ParseError where E: core::error::Error + core::marker::Sized pub fn aya_obj::ParseError::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>) impl core::convert::Into for aya_obj::ParseError where U: core::convert::From pub fn aya_obj::ParseError::into(self) -> U impl core::convert::TryFrom for aya_obj::ParseError where U: core::convert::Into pub type aya_obj::ParseError::Error = core::convert::Infallible pub fn aya_obj::ParseError::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::ParseError where U: core::convert::TryFrom pub type aya_obj::ParseError::Error = >::Error pub fn aya_obj::ParseError::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::ParseError where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::ParseError::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::ParseError where T: 'static + core::marker::Sized pub fn aya_obj::ParseError::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::ParseError where T: core::marker::Sized pub fn aya_obj::ParseError::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::ParseError where T: core::marker::Sized pub fn aya_obj::ParseError::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::ParseError pub fn aya_obj::ParseError::from(t: T) -> T pub enum aya_obj::ProgramSection pub aya_obj::ProgramSection::BtfTracePoint pub aya_obj::ProgramSection::BtfTracePoint::name: alloc::string::String pub aya_obj::ProgramSection::CgroupDevice pub aya_obj::ProgramSection::CgroupDevice::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSkb pub aya_obj::ProgramSection::CgroupSkb::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSkbEgress pub aya_obj::ProgramSection::CgroupSkbEgress::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSkbIngress pub aya_obj::ProgramSection::CgroupSkbIngress::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSock pub aya_obj::ProgramSection::CgroupSock::attach_type: aya_obj::programs::cgroup_sock::CgroupSockAttachType pub aya_obj::ProgramSection::CgroupSock::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSockAddr pub aya_obj::ProgramSection::CgroupSockAddr::attach_type: aya_obj::programs::cgroup_sock_addr::CgroupSockAddrAttachType pub aya_obj::ProgramSection::CgroupSockAddr::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSockopt pub aya_obj::ProgramSection::CgroupSockopt::attach_type: aya_obj::programs::cgroup_sockopt::CgroupSockoptAttachType pub aya_obj::ProgramSection::CgroupSockopt::name: alloc::string::String pub aya_obj::ProgramSection::CgroupSysctl pub aya_obj::ProgramSection::CgroupSysctl::name: alloc::string::String pub aya_obj::ProgramSection::Extension pub aya_obj::ProgramSection::Extension::name: alloc::string::String pub aya_obj::ProgramSection::FEntry pub aya_obj::ProgramSection::FEntry::name: alloc::string::String pub aya_obj::ProgramSection::FExit pub aya_obj::ProgramSection::FExit::name: alloc::string::String pub aya_obj::ProgramSection::KProbe pub aya_obj::ProgramSection::KProbe::name: alloc::string::String pub aya_obj::ProgramSection::KRetProbe pub aya_obj::ProgramSection::KRetProbe::name: alloc::string::String pub aya_obj::ProgramSection::LircMode2 pub aya_obj::ProgramSection::LircMode2::name: alloc::string::String pub aya_obj::ProgramSection::Lsm pub aya_obj::ProgramSection::Lsm::name: alloc::string::String pub aya_obj::ProgramSection::Lsm::sleepable: bool pub aya_obj::ProgramSection::PerfEvent pub aya_obj::ProgramSection::PerfEvent::name: alloc::string::String pub aya_obj::ProgramSection::RawTracePoint pub aya_obj::ProgramSection::RawTracePoint::name: alloc::string::String pub aya_obj::ProgramSection::SchedClassifier pub aya_obj::ProgramSection::SchedClassifier::name: alloc::string::String pub aya_obj::ProgramSection::SkLookup pub aya_obj::ProgramSection::SkLookup::name: alloc::string::String pub aya_obj::ProgramSection::SkMsg pub aya_obj::ProgramSection::SkMsg::name: alloc::string::String pub aya_obj::ProgramSection::SkSkbStreamParser pub aya_obj::ProgramSection::SkSkbStreamParser::name: alloc::string::String pub aya_obj::ProgramSection::SkSkbStreamVerdict pub aya_obj::ProgramSection::SkSkbStreamVerdict::name: alloc::string::String pub aya_obj::ProgramSection::SockOps pub aya_obj::ProgramSection::SockOps::name: alloc::string::String pub aya_obj::ProgramSection::SocketFilter pub aya_obj::ProgramSection::SocketFilter::name: alloc::string::String pub aya_obj::ProgramSection::TracePoint pub aya_obj::ProgramSection::TracePoint::name: alloc::string::String pub aya_obj::ProgramSection::UProbe pub aya_obj::ProgramSection::UProbe::name: alloc::string::String pub aya_obj::ProgramSection::URetProbe pub aya_obj::ProgramSection::URetProbe::name: alloc::string::String pub aya_obj::ProgramSection::Xdp pub aya_obj::ProgramSection::Xdp::frags: bool pub aya_obj::ProgramSection::Xdp::name: alloc::string::String impl aya_obj::ProgramSection pub fn aya_obj::ProgramSection::name(&self) -> &str 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::marker::Send for aya_obj::ProgramSection impl core::marker::Sync for aya_obj::ProgramSection impl core::marker::Unpin for aya_obj::ProgramSection impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::ProgramSection impl core::panic::unwind_safe::UnwindSafe for aya_obj::ProgramSection impl core::convert::Into for aya_obj::ProgramSection where U: core::convert::From pub fn aya_obj::ProgramSection::into(self) -> U impl core::convert::TryFrom for aya_obj::ProgramSection where U: core::convert::Into pub type aya_obj::ProgramSection::Error = core::convert::Infallible pub fn aya_obj::ProgramSection::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::ProgramSection where U: core::convert::TryFrom pub type aya_obj::ProgramSection::Error = >::Error pub fn aya_obj::ProgramSection::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::ProgramSection where T: core::clone::Clone pub type aya_obj::ProgramSection::Owned = T pub fn aya_obj::ProgramSection::clone_into(&self, target: &mut T) pub fn aya_obj::ProgramSection::to_owned(&self) -> T impl core::any::Any for aya_obj::ProgramSection where T: 'static + core::marker::Sized pub fn aya_obj::ProgramSection::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::ProgramSection where T: core::marker::Sized pub fn aya_obj::ProgramSection::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::ProgramSection where T: core::marker::Sized pub fn aya_obj::ProgramSection::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::ProgramSection pub fn aya_obj::ProgramSection::from(t: T) -> T pub struct aya_obj::Features impl aya_obj::Features pub fn aya_obj::Features::bpf_cookie(&self) -> bool pub fn aya_obj::Features::bpf_global_data(&self) -> bool pub fn aya_obj::Features::bpf_name(&self) -> bool pub fn aya_obj::Features::bpf_perf_link(&self) -> bool pub fn aya_obj::Features::bpf_probe_read_kernel(&self) -> bool pub fn aya_obj::Features::btf(&self) -> core::option::Option<&aya_obj::btf::BtfFeatures> impl core::default::Default for aya_obj::Features pub fn aya_obj::Features::default() -> aya_obj::Features impl core::fmt::Debug for aya_obj::Features pub fn aya_obj::Features::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Features impl core::marker::Sync for aya_obj::Features impl core::marker::Unpin for aya_obj::Features impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Features impl core::panic::unwind_safe::UnwindSafe for aya_obj::Features impl core::convert::Into for aya_obj::Features where U: core::convert::From pub fn aya_obj::Features::into(self) -> U impl core::convert::TryFrom for aya_obj::Features where U: core::convert::Into pub type aya_obj::Features::Error = core::convert::Infallible pub fn aya_obj::Features::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Features where U: core::convert::TryFrom pub type aya_obj::Features::Error = >::Error pub fn aya_obj::Features::try_into(self) -> core::result::Result>::Error> impl core::any::Any for aya_obj::Features where T: 'static + core::marker::Sized pub fn aya_obj::Features::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Features where T: core::marker::Sized pub fn aya_obj::Features::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Features where T: core::marker::Sized pub fn aya_obj::Features::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Features pub fn aya_obj::Features::from(t: T) -> T pub struct aya_obj::Function pub aya_obj::Function::address: u64 pub aya_obj::Function::func_info: aya_obj::btf::FuncSecInfo pub aya_obj::Function::func_info_rec_size: usize pub aya_obj::Function::instructions: alloc::vec::Vec pub aya_obj::Function::line_info: aya_obj::btf::LineSecInfo pub aya_obj::Function::line_info_rec_size: usize pub aya_obj::Function::name: alloc::string::String pub aya_obj::Function::section_index: object::read::SectionIndex pub aya_obj::Function::section_offset: usize impl core::clone::Clone for aya_obj::Function pub fn aya_obj::Function::clone(&self) -> aya_obj::Function impl core::fmt::Debug for aya_obj::Function pub fn aya_obj::Function::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Function impl core::marker::Sync for aya_obj::Function impl core::marker::Unpin for aya_obj::Function impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Function impl core::panic::unwind_safe::UnwindSafe for aya_obj::Function impl core::convert::Into for aya_obj::Function where U: core::convert::From pub fn aya_obj::Function::into(self) -> U impl core::convert::TryFrom for aya_obj::Function where U: core::convert::Into pub type aya_obj::Function::Error = core::convert::Infallible pub fn aya_obj::Function::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Function where U: core::convert::TryFrom pub type aya_obj::Function::Error = >::Error pub fn aya_obj::Function::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::Function where T: core::clone::Clone pub type aya_obj::Function::Owned = T pub fn aya_obj::Function::clone_into(&self, target: &mut T) pub fn aya_obj::Function::to_owned(&self) -> T impl core::any::Any for aya_obj::Function where T: 'static + core::marker::Sized pub fn aya_obj::Function::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Function where T: core::marker::Sized pub fn aya_obj::Function::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Function where T: core::marker::Sized pub fn aya_obj::Function::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Function pub fn aya_obj::Function::from(t: T) -> T pub struct aya_obj::Object pub aya_obj::Object::btf: core::option::Option pub aya_obj::Object::btf_ext: core::option::Option pub aya_obj::Object::endianness: object::endian::Endianness pub aya_obj::Object::functions: alloc::collections::btree::map::BTreeMap<(usize, u64), aya_obj::Function> pub aya_obj::Object::kernel_version: core::option::Option pub aya_obj::Object::license: alloc::ffi::c_str::CString pub aya_obj::Object::maps: std::collections::hash::map::HashMap pub aya_obj::Object::programs: std::collections::hash::map::HashMap impl aya_obj::Object pub fn aya_obj::Object::fixup_and_sanitize_btf(&mut self, features: &aya_obj::btf::BtfFeatures) -> core::result::Result, aya_obj::btf::BtfError> impl aya_obj::Object pub fn aya_obj::Object::parse(data: &[u8]) -> core::result::Result pub fn aya_obj::Object::patch_map_data(&mut self, globals: std::collections::hash::map::HashMap<&str, (&[u8], bool)>) -> core::result::Result<(), aya_obj::ParseError> pub fn aya_obj::Object::sanitize_functions(&mut self, features: &aya_obj::Features) impl aya_obj::Object pub fn aya_obj::Object::relocate_btf(&mut self, target_btf: &aya_obj::btf::Btf) -> core::result::Result<(), aya_obj::btf::BtfRelocationError> impl aya_obj::Object pub fn aya_obj::Object::relocate_calls(&mut self, text_sections: &std::collections::hash::set::HashSet) -> core::result::Result<(), aya_obj::relocation::BpfRelocationError> pub fn aya_obj::Object::relocate_maps<'a, I: core::iter::traits::iterator::Iterator, &'a aya_obj::maps::Map)>>(&mut self, maps: I, text_sections: &std::collections::hash::set::HashSet) -> core::result::Result<(), aya_obj::relocation::BpfRelocationError> impl core::clone::Clone for aya_obj::Object pub fn aya_obj::Object::clone(&self) -> aya_obj::Object impl core::fmt::Debug for aya_obj::Object pub fn aya_obj::Object::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Object impl core::marker::Sync for aya_obj::Object impl core::marker::Unpin for aya_obj::Object impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Object impl core::panic::unwind_safe::UnwindSafe for aya_obj::Object impl core::convert::Into for aya_obj::Object where U: core::convert::From pub fn aya_obj::Object::into(self) -> U impl core::convert::TryFrom for aya_obj::Object where U: core::convert::Into pub type aya_obj::Object::Error = core::convert::Infallible pub fn aya_obj::Object::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Object where U: core::convert::TryFrom pub type aya_obj::Object::Error = >::Error pub fn aya_obj::Object::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::Object where T: core::clone::Clone pub type aya_obj::Object::Owned = T pub fn aya_obj::Object::clone_into(&self, target: &mut T) pub fn aya_obj::Object::to_owned(&self) -> T impl core::any::Any for aya_obj::Object where T: 'static + core::marker::Sized pub fn aya_obj::Object::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Object where T: core::marker::Sized pub fn aya_obj::Object::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Object where T: core::marker::Sized pub fn aya_obj::Object::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Object pub fn aya_obj::Object::from(t: T) -> T pub struct aya_obj::Program pub aya_obj::Program::address: u64 pub aya_obj::Program::kernel_version: core::option::Option pub aya_obj::Program::license: alloc::ffi::c_str::CString pub aya_obj::Program::section: aya_obj::ProgramSection pub aya_obj::Program::section_index: usize impl aya_obj::Program pub fn aya_obj::Program::function_key(&self) -> (usize, u64) impl core::clone::Clone for aya_obj::Program pub fn aya_obj::Program::clone(&self) -> aya_obj::Program impl core::fmt::Debug for aya_obj::Program pub fn aya_obj::Program::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::Program impl core::marker::Sync for aya_obj::Program impl core::marker::Unpin for aya_obj::Program impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::Program impl core::panic::unwind_safe::UnwindSafe for aya_obj::Program impl core::convert::Into for aya_obj::Program where U: core::convert::From pub fn aya_obj::Program::into(self) -> U impl core::convert::TryFrom for aya_obj::Program where U: core::convert::Into pub type aya_obj::Program::Error = core::convert::Infallible pub fn aya_obj::Program::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::Program where U: core::convert::TryFrom pub type aya_obj::Program::Error = >::Error pub fn aya_obj::Program::try_into(self) -> core::result::Result>::Error> impl alloc::borrow::ToOwned for aya_obj::Program where T: core::clone::Clone pub type aya_obj::Program::Owned = T pub fn aya_obj::Program::clone_into(&self, target: &mut T) pub fn aya_obj::Program::to_owned(&self) -> T impl core::any::Any for aya_obj::Program where T: 'static + core::marker::Sized pub fn aya_obj::Program::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::Program where T: core::marker::Sized pub fn aya_obj::Program::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::Program where T: core::marker::Sized pub fn aya_obj::Program::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::Program pub fn aya_obj::Program::from(t: T) -> T pub struct aya_obj::VerifierLog(_) impl aya_obj::VerifierLog pub fn aya_obj::VerifierLog::new(log: alloc::string::String) -> Self impl core::fmt::Debug for aya_obj::VerifierLog pub fn aya_obj::VerifierLog::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::fmt::Display for aya_obj::VerifierLog pub fn aya_obj::VerifierLog::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result impl core::marker::Send for aya_obj::VerifierLog impl core::marker::Sync for aya_obj::VerifierLog impl core::marker::Unpin for aya_obj::VerifierLog impl core::panic::unwind_safe::RefUnwindSafe for aya_obj::VerifierLog impl core::panic::unwind_safe::UnwindSafe for aya_obj::VerifierLog impl core::convert::Into for aya_obj::VerifierLog where U: core::convert::From pub fn aya_obj::VerifierLog::into(self) -> U impl core::convert::TryFrom for aya_obj::VerifierLog where U: core::convert::Into pub type aya_obj::VerifierLog::Error = core::convert::Infallible pub fn aya_obj::VerifierLog::try_from(value: U) -> core::result::Result>::Error> impl core::convert::TryInto for aya_obj::VerifierLog where U: core::convert::TryFrom pub type aya_obj::VerifierLog::Error = >::Error pub fn aya_obj::VerifierLog::try_into(self) -> core::result::Result>::Error> impl alloc::string::ToString for aya_obj::VerifierLog where T: core::fmt::Display + core::marker::Sized pub fn aya_obj::VerifierLog::to_string(&self) -> alloc::string::String impl core::any::Any for aya_obj::VerifierLog where T: 'static + core::marker::Sized pub fn aya_obj::VerifierLog::type_id(&self) -> core::any::TypeId impl core::borrow::Borrow for aya_obj::VerifierLog where T: core::marker::Sized pub fn aya_obj::VerifierLog::borrow(&self) -> &T impl core::borrow::BorrowMut for aya_obj::VerifierLog where T: core::marker::Sized pub fn aya_obj::VerifierLog::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_obj::VerifierLog pub fn aya_obj::VerifierLog::from(t: T) -> T pub fn aya_obj::copy_instructions(data: &[u8]) -> core::result::Result, aya_obj::ParseError> pub fn aya_obj::parse_map_info(info: aya_obj::generated::bpf_map_info, pinned: aya_obj::maps::PinningType) -> aya_obj::maps::Map