From 5075adc01d03786ea3b168bbce6f500391b020e5 Mon Sep 17 00:00:00 2001 From: tamird <1535036+tamird@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:30:46 +0000 Subject: [PATCH] public-api: regenerate --- xtask/public-api/aya-ebpf.txt | 2 ++ xtask/public-api/aya.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/xtask/public-api/aya-ebpf.txt b/xtask/public-api/aya-ebpf.txt index b886b916..1c9a8493 100644 --- a/xtask/public-api/aya-ebpf.txt +++ b/xtask/public-api/aya-ebpf.txt @@ -507,6 +507,8 @@ impl core::marker::Sync for aya_ebpf::maps::ring_buf::RingBufEntry where T impl core::marker::Unpin for aya_ebpf::maps::ring_buf::RingBufEntry impl core::panic::unwind_safe::RefUnwindSafe for aya_ebpf::maps::ring_buf::RingBufEntry where T: core::panic::unwind_safe::RefUnwindSafe impl !core::panic::unwind_safe::UnwindSafe for aya_ebpf::maps::ring_buf::RingBufEntry +impl core::ops::deref::Receiver for aya_ebpf::maps::ring_buf::RingBufEntry where P: core::ops::deref::Deref + core::marker::Sized, T: core::marker::Sized +pub type aya_ebpf::maps::ring_buf::RingBufEntry::Target = T impl core::convert::Into for aya_ebpf::maps::ring_buf::RingBufEntry where U: core::convert::From pub fn aya_ebpf::maps::ring_buf::RingBufEntry::into(self) -> U impl core::convert::TryFrom for aya_ebpf::maps::ring_buf::RingBufEntry where U: core::convert::Into diff --git a/xtask/public-api/aya.txt b/xtask/public-api/aya.txt index 3d5c5874..108c051f 100644 --- a/xtask/public-api/aya.txt +++ b/xtask/public-api/aya.txt @@ -646,6 +646,8 @@ impl<'a> core::marker::Sync for aya::maps::ring_buf::RingBufItem<'a> impl<'a> core::marker::Unpin for aya::maps::ring_buf::RingBufItem<'a> impl<'a> core::panic::unwind_safe::RefUnwindSafe for aya::maps::ring_buf::RingBufItem<'a> impl<'a> !core::panic::unwind_safe::UnwindSafe for aya::maps::ring_buf::RingBufItem<'a> +impl core::ops::deref::Receiver for aya::maps::ring_buf::RingBufItem<'a> where P: core::ops::deref::Deref + core::marker::Sized, T: core::marker::Sized +pub type aya::maps::ring_buf::RingBufItem<'a>::Target = T impl core::convert::Into for aya::maps::ring_buf::RingBufItem<'a> where U: core::convert::From pub fn aya::maps::ring_buf::RingBufItem<'a>::into(self) -> U impl core::convert::TryFrom for aya::maps::ring_buf::RingBufItem<'a> where U: core::convert::Into @@ -2073,6 +2075,8 @@ impl core::marker::Sync for aya::maps::PerCpuValues where T: core::marker: impl core::marker::Unpin for aya::maps::PerCpuValues impl core::panic::unwind_safe::RefUnwindSafe for aya::maps::PerCpuValues where T: core::panic::unwind_safe::RefUnwindSafe impl core::panic::unwind_safe::UnwindSafe for aya::maps::PerCpuValues where T: core::panic::unwind_safe::UnwindSafe +impl core::ops::deref::Receiver for aya::maps::PerCpuValues where P: core::ops::deref::Deref + core::marker::Sized, T: core::marker::Sized +pub type aya::maps::PerCpuValues::Target = T impl core::convert::Into for aya::maps::PerCpuValues where U: core::convert::From pub fn aya::maps::PerCpuValues::into(self) -> U impl core::convert::TryFrom for aya::maps::PerCpuValues where U: core::convert::Into