#[repr(C)]pub struct btf_dedup_opts {
pub sz: size_t,
pub btf_ext: *mut btf_ext,
pub force_collisions: bool,
pub __bindgen_padding_0: [u8; 7],
}
Fields§
§sz: size_t
§btf_ext: *mut btf_ext
§force_collisions: bool
§__bindgen_padding_0: [u8; 7]
Trait Implementations§
Source§impl Clone for btf_dedup_opts
impl Clone for btf_dedup_opts
Source§fn clone(&self) -> btf_dedup_opts
fn clone(&self) -> btf_dedup_opts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for btf_dedup_opts
impl Debug for btf_dedup_opts
Source§impl Default for btf_dedup_opts
impl Default for btf_dedup_opts
impl Copy for btf_dedup_opts
Auto Trait Implementations§
impl Freeze for btf_dedup_opts
impl RefUnwindSafe for btf_dedup_opts
impl !Send for btf_dedup_opts
impl !Sync for btf_dedup_opts
impl Unpin for btf_dedup_opts
impl UnwindSafe for btf_dedup_opts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)